curl --request PUT \
--url https://api.example.com/api/v1/school/sessions/{session_pk}/exam-sessions/{exam_session_pk}/exams/{id}/ \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"teacher": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"subject": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"academic_class": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"students_confirmed": true,
"is_deleted": true
}
'