curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Apply/CreateApply' \
--header 'Content-Type: application/json' \
--data-raw '{
"standardResume":{
"personProfile":{
"Name":{
"value":"standardResumePersonName"
}
},
"additionalInfo":[
],
"addressInfo":[
],
"awards":[
],
"certificate":[
],
"credentialsInfo":[
],
"education":[
],
"family":[
],
"internship":[
],
"lang":[
],
"objective":[
],
"payCardInfo":[
],
"project":[
],
"relativesDeclaration":[
],
"schoolCadre":[
],
"skill":[
],
"teamManager":[
],
"train":[
],
"workExperience":[
],
"writings":[
],
"attachments":[
],
"resumeFile":[
],
"question":[
]
},
"jobId":"06250960-24c1-41ce-9fe1-c726df3c1a31",
"channelId":"19287b8a-5762-4b4a-83ef-b6e8d498e3c5"
}'