Authorization: ********************
{
"consent_id": 0,
"expire": "1s"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/compliance/expireconsent' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"consent_id": 0,
"expire": "1s"
}'
{}