curl --request POST \
--url https://cucuniversity.edtools.co/api/method/education.education.doctype.course_scheduling_tool.course_scheduling_tool.schedule_course \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"student_group": "STU-GRP-00001",
"course": "Mathematics",
"instructor": "EDU-INS-2025-00001",
"room": "Room 101",
"from_time": "08:00:00",
"to_time": "09:30:00",
"course_start_date": "2025-01-15",
"course_end_date": "2025-06-30",
"day": "Monday"
}
'