curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Applicant/GetApplicantIdsByDate' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime":"2021-03-16T12:58:41",
"endTime":"2021-03-16T15:58:41",
"batchId":""
}'{
"data": {
"total": 0,
"nextBatchId": "string",
"isLastBatch": true,
"items": [
"string"
]
},
"code": 0,
"message": "string"
}