curl --location --request GET 'http://prod-cn.your-api-server.com/school/check/queryUnusualStudentCheckList.json'
[
{
"checkId": 0,
"studentCheckId": 0,
"userId": 0,
"userName": "",
"teacherId": 0,
"teacherName": "",
"classId": 0,
"schoolName": "",
"className": "",
"lessonName": "",
"timeStatus": "",
"checkDate": "",
"checkStatus": 0,
"gradeId": 0,
"gradeName": ""
}
]