curl --location --request POST 'https://openapi.italent.cn/RecruitV6/api/v1/Applicant/AddAdditionalMaterialByApplyId' \
--header 'Content-Type: application/json' \
--data-raw '{
"applyId":"8eecd12f-7605-4b41-88cf-ee08aa22c623",
"fileExtension":"jpg",
"fileName":"test11111.jpg",
"fileContent":"/9j/4AAQSkZJRgABAQAASABIAAD/7QA4UGhvdG9z=.......文件资料base64编码,只需要正文编码"
}'{
"data": true,
"code": 0,
"message": "string"
}