curl --location --request PUT 'https://zatoona-ai.com/api/v1/student/exams/<exam-uuid>' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"exam_date": "2025-06-25",
"notes": "ملاحظات محدثة",
"reminder_set": true
}'{}