curl --location '/api/makecall' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"campaign_name": "string",
"from_number": "",
"to_number": "string",
"call_params": {
"disable_recording": false,
"stream_on_cpa_events": [
"LV"
],
"drop_on_cpa_events": [
"FX",
"AM"
],
"stream_frame_size_ms": 200,
"bot_inactivity_limit": 0
},
"channel_vars": {
"property1": "string",
"property2": "string"
},
"cpa_config": "string",
"dial_timeout": 0
}'{
"status_code": 0,
"status": "OK",
"call_uuid": "123e4567-e89b-12d3-a456-426614174000",
"cluster": "cluster1"
}