Authorization: Bearer ********************
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/processconsentlistdeleteupload' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"error": {
"code": 0,
"message": "string",
"details": [
{
"type": "string",
"value": "string",
"debug": {}
}
]
}
}