curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Interview/GetInterviewsByDate' \
--header 'Content-Type: application/json' \
--data-raw '{
"start":"2021-06-01T01:00:00",
"end":"2021-06-30T01:00:00"
}
或
{
"start":"2021-06-01T01:00:00",
"end":"2021-06-30T01:00:00",
"batchId":"MTYyNDk4MTc3NjAwMA==_LTIyMjQyNTU4Nzg5MTgwNTYxMjA="
}'
{
"data": {
"total": 0,
"nextBatchId": "string",
"isLastBatch": true,
"items": [
"string"
]
},
"code": 0,
"message": "string"
}