Authorization: ********************
{
"consent_profile_id": "string",
"profile_name": "string",
"disabled": true,
"channel": {
"call_type": "INBOUND"
},
"created_by": "string"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/createconsentprofile' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"consent_profile_id": "string",
"profile_name": "string",
"disabled": true,
"channel": {
"call_type": "INBOUND"
},
"created_by": "string"
}'
{
"consent_profile_id": "string"
}