generic. If all steps are complete, this will return a status of passed for the quest.x-api-key: ********************{
"userId": "string",
"steps": [
{
"id": "string",
"status": "pending"
}
]
}curl --location --request POST 'https://testserver.loyi.io/public/api/quest//progress' \
--header 'Origin: <WHITELISTED_URL>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"steps": [
{
"id": "string",
"status": "pending"
}
]
}'