quiz orquestionnaire. Sending this request again will re-evalutestatus of the user's quiz.passed once the answersx-api-key: ********************{
"userId": "123e4567-e89b-12d3-a456-426614174000",
"answers": [
{
"questionId": "12345678-1234-1234-1234-123456789012",
"choiceId": "12345678-1234-1234-1234-123456789013"
},
{
"questionId": "12345678-1234-1234-1234-123456789019",
"value": "lorum ipsum dolor sit amet"
}
]
}curl --location --request POST 'https://testserver.loyi.io/public/api/quest//submit-answers' \
--header 'Origin: <WHITELISTED_URL>' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "123e4567-e89b-12d3-a456-426614174000",
"answers": [
{
"questionId": "12345678-1234-1234-1234-123456789012",
"choiceId": "12345678-1234-1234-1234-123456789013"
},
{
"questionId": "12345678-1234-1234-1234-123456789019",
"value": "lorum ipsum dolor sit amet"
}
]
}'{
"userId": "123e4567-e89b-12d3-a456-426614174000",
"questId": "123e4567-e89b-12d3-a456-426614174000",
"status": "passed",
"submittedAt": "2022-01-01T00:00:00.000Z"
}