curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Applicant/GetPersonProfileList' \
--header 'Content-Type: application/json' \
--data-raw '{
"applicantIds":[
"06377bcd-e87e-4c92-8808-c29b65e09c81"
],
"fieldNames":[
]
}'
{
"data": [
{
"applicantId": "string",
"fieldValues": [
{
"name": "string",
"value": "string",
"text": "string"
}
]
}
],
"code": 0,
"message": "string"
}