curl --location --request POST 'https://apicfa.convirza.com/v2/callflow/outbound' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"call_flow_id": 0,
"call_flow_name": "string",
"call_flow_status": "active",
"channel_id": 7,
"message_enabled": false,
"message": "string",
"group_id": 0,
"email_to_notify": "user@example.com",
"play_disclaimer": "before",
"record_until": "2019-08-24T14:15:22.123Z",
"campaign_id": 1,
"number": {
"phone_number_id": 0,
"phone_number": 0
},
"outbound": {
"set_caller_id": "string",
"pin": "string"
}
}
]'