curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.doctype.program_enrollment_tool.program_enrollment_tool.get_students \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"get_students_from": "Student Applicants",
"program": "Computer Science",
"academic_year": "2024-2025"
}
'