curl --location --request POST 'https://zatoona-ai.com/api/v1/study/pomodoro/<block-uuid>/quiz/submit' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"answers": [
{ "question_id": "<q-uuid-1>", "selected_answer": "A" },
{ "question_id": "<q-uuid-2>", "selected_answer": "C" }
]
}'{}