curl --request POST \
--url https://cucuniversity.edtools.co/api/resource/Course%20Schedule \
--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",
"schedule_date": "2025-01-15",
"from_time": "08:00:00",
"to_time": "09:30:00"
}
'