curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Apply/GetApplyIdBySyncId?syncId' \
--header 'Content-Type: application/json' \
--data-raw 'POST /RecruitV6/api/v1/Apply/GetApplyIdBySyncId?syncId=2551f612-0422-4e4f-a02f-1b0247cf1daa'
{
"data": {
"importStatus": 0,
"syncId": "string",
"applyId": "string",
"applicantId": "string",
"failedReason": "string"
},
"code": 0,
"message": "string"
}