curl --location --request POST 'https://api2.hik-cloud.com/api/v1/edu/leave/leave/actions/addLeave' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"studentId":"00a795f4a25d4de09edd091f28747eb4",
"startTime":"2019-12-03T08:00:00+08:00",
"endTime":"2019-12-13T08:00:00+08:00",
"schoolId":"21a795f4a25d4de09edd091f28747eb4"
}'
{
"code": 200,
"message": "操作成功",
"data": {
"leaveId": "00a795f4a25d4de09edd091f28747eb4"
}
}