curl --request POST \
--url https://cucuniversity.edtools.co/api/method/edtools_core.api.get_student_attendance \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student": "EDU-STU-2025-02904",
"student_group": "2025 - MS in Marketing - Beca 85%"
}
'