curl --location --request POST 'http://dev-cn.your-api-server.com/v1/calls' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone_number": "<string>",
"task": "<string>"
}'{
"status": "success",
"call_id": "9d404c1b-6a23-4426-953a-a52c392ff8f1"
}