Authorization: Bearer ********************{
"combinations_pivot_id": [
29
],
"academic_year_id": 117,
"department_id": 2,
"subject_id": 33,
"attendance_type": "exam",
"attendance_date": "2026-05-14", //nullable
"exam_id": 41,
"exam_type": "semester" //semester,class test
}curl --location 'https://apidev.edufee.online/api/attendance-request/process-check' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"combinations_pivot_id": [
29
],
"academic_year_id": 117,
"department_id": 2,
"subject_id": 33,
"attendance_type": "exam",
"attendance_date": "2026-05-14", //nullable
"exam_id": 41,
"exam_type": "semester" //semester,class test
}'{}