curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.api.check_attendance_records_exist \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student_group": "2025 - MS in Marketing - Beca 85%",
"date": "2025-01-15"
}
'