curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.api.get_student_group_students \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student_group": "CS-2025-A",
"include_inactive": 0
}
'