curl --location --request POST 'https://openapi.italent.cn/AutoInterviewAPI/api/arrangement/arrangeinterviewapi' \
--header 'Content-Type: application/json' \
--data-raw '{
"arrangeInterviewInfo": {
"arrangeInfo": {
"endTime": "2020-08-24T16:53:39.9593661+08:00",
"templateCode": "AutoInterview.Default",
"sendSMS": true,
"sendEmail": true
},
"applyList": [{
"paperId": "c99d6319-92ee-411f-a335-8610a106f75e",
"jobTitle": "软件工程师",
"name": "测试名称",
"mobile": "12345678901",
"email": "1@qq.com",
"polity": "党员",
"age": 30,
"gender": "",
"educationLevel": ""
}]
}
}'