curl --location --request GET 'https://openapi.italent.cn/RecruitV6/api/v1/TalentPool/GetUpdatedApplicantByStartEndTime?talentPoolId&startTime&endTime' \
--header 'Content-Type: application/json' \
--data-raw 'GET /RecruitV6/api/v1/TalentPool/GetUpdatedApplicantByStartEndTime?talentPoolId=dd0e29a1-16c4-436c-a173-2a5cf6a42059&startTime=2021/03/16 14:00:10&endTime=2021/03/16 16:00:10'
{
"data": {
"total": 0,
"nextBatchId": "string",
"isLastBatch": true,
"items": [
{
"applicantId": "string",
"isDeleted": true,
"createdBy": 0,
"createdTime": "2019-08-24T14:15:22Z",
"modifiedBy": 0,
"modifiedTime": "2019-08-24T14:15:22Z",
"lastReserveTime": "2019-08-24T14:15:22Z"
}
]
},
"code": 0,
"message": "string"
}