curl --location -g --request POST '/v1/training/quizzes/{{quiz_id}}/submit' \
--header 'Authorization: Bearer {{agentJwt}}' \
--header 'X-Device-Id: {{deviceId}}' \
--header 'X-Agent-Id: {{agentId}}' \
--header 'X-Request-Id: {{requestId}}' \
--header 'Idempotency-Key: {{idempotencyKey}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"answers": [
{
"q": "<q>",
"a": "<a>"
}
]
}'{
"status": "ok"
}