curl --location --request POST 'https://zatoona-ai.com/api/v1/study/sessions/<session-uuid>/quiz' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"completed_block_ids": ["<block-uuid-1>", "<block-uuid-2>"]
}'{}