curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.api.mark_attendance \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"students_present": "[{\"student\": \"EDU-STU-2025-00001\", \"student_name\": \"Estudiante 1\"}, {\"student\": \"EDU-STU-2025-00002\", \"student_name\": \"Estudiante 2\"}]",
"students_absent": "[{\"student\": \"EDU-STU-2025-00003\", \"student_name\": \"Estudiante 3\"}]",
"student_group": "CS-2025-A",
"date": "2025-01-07"
}
'