curl --location -g --request POST 'http://?appId=E8iWPLYYQq8dB5Lu3PEbTQwYLlyzaVOu&clientId=9734f2bc-beff-4439-9497-0aa11fcc932c&time=1547100372&sign=08b6a2f880c697bdee9b6069cbed81ceb7300ea4' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "6542335467",
"typeId": "324354657",
"hireMode": 1,
"groupId": "6542335467",
"candidates": [
{
"applicationId": 12345,
"name": "张三",
"email": "zhangsan@test.com",
"phone": "15012345678",
"countryCallingCode": "+86",
"jobTitle": ""
}
],
"interviews": [
{
"interviewId": 12345,
"roundId": 1,
"roundName": "第一轮",
"startTime": "2020-01-01",
"duration": 30,
"interviewers": [
{
"interviewInterviewerId": 3456,
"email": "lisi@test.com",
"name": "李四",
"phone": "15012345678"
}
]
}
]
}'
{
"code": "string",
"msg": "string",
"data": {
"videoId": "string",
"intervieweeUrls": [
{
"applicationId": "string",
"interviewId": "string",
"url": "string"
}
],
"interviewerUrls": [
{
"interviewInterviewerId": 0,
"url": "string"
}
]
}
}