curl --location -g --request POST 'http://dev-cn.your-api-server.com[企业预先配置url]' \
--header 'Content-Type: application/json' \
--data-raw '{
"business_id":"2745",
"app_id":"test",
"robot_id":"2745001",
"call_uuid":"123425c-6483-11e8-b8fa-2769c24918cd",
"call_relation_id":"test-123",
"task_id":"0",
"task_data_id":"262381",
"caller":"69102939",
"callee":"15556985227",
"direction":1,
"time_dial":1527737756729,
"time_ring":1527737757449,
"time_answer":1527737763429,
"time_hangup":1527737784829,
"duration_ring":7,
"duration_call":28
}'