curl --location --request POST 'https://apicfa.convirza.com/v2/callflow/customsources' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"call_flow_id": 0,
"custom_source_type_1": 0,
"custom_source_type_2": 0,
"custom_source_type_3": 0,
"custom_source_type_4": 0,
"custom_source_type_5": 0
}
]'{
"result": "string",
"err": "string",
"data": "string"
}