Authorization: ********************
{
"contact_list_data_source": {
"contact_list_sid": 0
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/omniapi/createtasks' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_list_data_source": {
"contact_list_sid": 0
}
}'
{
"reference_id": "string"
}