curl --location --request POST 'https://vender.com?appId=&clientId=&time=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "12345",
"event": "cancelSurvey",
"triggeredAt": "12345678901",
"data.surveyId": "12345",
"data.reason": "候选人拒绝入职"
}'
{
"code": 0,
"msg": "string",
"data": {}
}