curl --location --request POST 'https://zatoona-ai.com/api/v1/vs/<room-uuid>/submit' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"answers": [
{ "answer_id": "<answer-uuid-1>", "selected_answer": "A", "time_spent_seconds": 15 },
{ "answer_id": "<answer-uuid-2>", "selected_answer": "C", "time_spent_seconds": 20 },
{ "answer_id": "<answer-uuid-3>", "selected_answer": "B", "time_spent_seconds": 10 }
],
"time_taken_seconds": 90
}'{}