First, generate an API key in the Community Server Admin panel.
You can create a quest by sending a POST request via Postman:
API URL:
https://app.galaxis-community.com/
Method:
POST
Headers:
x-api-key:
Body Parameters:
To update the status of a user’s quest, send a PUT request:
API URL:
https://app.galaxis-community.com/
Method:
PUT
Headers:
x-api-key:
Body:
{ "status": <number between 0 and maxValue> }