curl --location --request POST 'https://vender.com?appId=&clientId=&time=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "6542335467",
"typeId": "324354657",
"hireMode": 1,
"groupId": "6542335467",
"interviewIds": [123, 345],
"applicationIds": [45678, 87654]
}'
{
"code": 0,
"msg": "string",
"data": {}
}