curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/classbrand/publish/actions/publishExaminationPlans' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"examPlanName": "语文考试",
"lstSubjects": [{
"isCustomize": 1,
"subjectId": null,
"subjectName": "自定义科目"
},{
"isCustomize": 2,
"subjectId": "14ed0f71342a49b6ae907d737a8e74e6",
"subjectName": "初中语文"
}],
"examRoomId": "14ed0f71342a49b6ae907d737a8e74e6",
"classroomId": "995a5415d6414d8eb9a25dd6fe02e9ec",
"examDate": "2021-02-05",
"examStartTime": "09:00",
"examEndTime": "10:00",
"lstTeachers": [{
"isOutSchool": 2,
"teacherId": "14ed0f71342a49b6ae907d737a8e74e6",
"teacherName": "张三",
"teacherNumber": "1658323234"
},{
"isOutSchool": 1,
"teacherId": null,
"teacherName": "李四",
"teacherNumber": null
}],
"examIllustration": "考试说明",
"studentInfos": {
"lstStudentId": [{
"studentId": "14ed0f71342a49b6ae907d737a8e74e6"
},{
"studentId": "22220f71342a49b6ae907d737a8e2222"
}],
"lstOutSchoolStudents": [{
"studentName": "张三三"
},{
"studentName": "李四四"
}]
},
"schoolId": "11a795f4a25d4de09333391f28747efc"
}'