curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/education/schooltimetable/actions/dockSchooltimetable' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"semesterName": 0,
"semesterYear": "string",
"repateType": 0,
"startTime": "string",
"endTime": "string",
"isCheckTeacher": "string",
"classDockType": 0,
"isCheckCourse": "string",
"schooltimetableInfo": [
{
"classType": 0,
"className": "string",
"classroomName": "string",
"courseName": "string",
"weekIndex": 0,
"workrestIndex": 0,
"teacherPhone": "string",
"teacherName": "string"
}
],
"schoolId": "string"
}'