curl --location --request GET 'https://openapi.italent.cn/RecruitV6/api/v1/TalentPool/GetApplicantIdsByTalentPoolId?talentPoolId' \
--header 'Content-Type: application/json' \
--data-raw 'GET /RecruitV6/api/v1/TalentPool/GetApplicantIdsByTalentPoolId?talentPoolId=dd0e29a1-16c4-436c-a173-2a5cf6a42059&batchId='
{
"data": {
"total": 0,
"nextBatchId": "string",
"isLastBatch": true,
"items": [
"string"
]
},
"code": 0,
"message": "string"
}