curl --request POST \
--url https://cucuniversity.edtools.co/api/method/edtools_core.api.get_course_schedule_for_student \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"program_name": "MARKETING",
"student_groups": [
{
"label": "2025 - MS in Marketing - Beca 85%"
}
]
}
'