curl --location --request POST 'https://api.mokahr.com/api-platform/v1/open-platform/survey/getCandidateInfo' \
--header 'Authorization: Bearer 6efe04cbc4b00ed85e2d8e9d3e8e622de435e55a' \
--header 'Content-Type: application/json' \
--data-raw '{"surveyId": 18}'{
"code": 0,
"msg": "string",
"success": "string",
"data": {
"resumeUrl": "string"
}
}