curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Student%20Group \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student_group_name": "CS-2025-A",
"academic_year": "2024-2025",
"group_based_on": "Batch",
"program": "Computer Science",
"max_strength": 40
}
'