generic
passed
x-api-key: ********************
{ "userId": "string", "steps": [ { "id": "string", "status": "pending" } ] }
curl --location --request POST 'https://testserver.loyi.io/public/api/quest//progress' \ --header 'Origin;' \ --header 'x-api-key: <api-key>' \ --header 'Content-Type: application/json' \ --data-raw '{ "userId": "string", "steps": [ { "id": "string", "status": "pending" } ] }'