Authorization: ********************
{
"topic": "string",
"org_id": "string",
"deleted": true
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/createconsenttopic' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic": "string",
"org_id": "string",
"deleted": true
}'
{}