curl --location --request POST 'https://zatoona-ai.com/api/v1/quiz/start' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"subject_code": "physics",
"chapter_ids": [1, 2, 3],
"difficulty": "mixed",
"question_count": 10
}'{}