curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.doctype.student_group_creation_tool.student_group_creation_tool.get_courses \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"program": "Computer Science"
}
'