curl --location --request POST 'http://dev-cn.your-api-server.com/v1/inbound/' \
--header 'authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data-raw '{
"prompt": "<string>",
"pathway_id": "<string>",
"voice": "<string>",
"first_sentence": "<string>",
"wait_for_greeting": true,
"interruption_threshold": 123,
"model": "<string>",
"tools": [
{}
],
"language": "<string>",
"timezone": "<string>",
"transfer_phone_number": "<string>",
"transfer_list": {},
"dynamic_data": {},
"keywords": [
"<string>"
],
"max_duration": 123,
"webhook": "<string>",
"analysis_schema": {},
"metadata": {},
"record": true
}'