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>",
"pathway_id": "<string>",
"voice": "<string>",
"first_sentence": "<string>",
"wait_for_greeting": true,
"interruption_threshold": 123,
"model": "<string>",
"temperature": 123,
"keywords": [
"<string>"
],
"pronunciation_guide": [
{}
],
"transfer_phone_number": "<string>",
"transfer_list": {},
"language": "<string>",
"timezone": "<string>",
"request_data": {},
"tools": [
{}
],
"dynamic_data": [
{
"dynamic_data[i].response_data": [
{}
]
}
],
"start_time": "<string>",
"voicemail_message": "<string>",
"voicemail_action": {},
"max_duration": 123,
"record": true,
"from": "<string>",
"webhook": "<string>",
"metadata": {},
"analysis_schema": {},
"answered_by_enabled": true
}'