curl --location --request POST '/customconsent' \
--header 'x-api-key: HvG7OZaxgz3raDMzX9CYp9105hV9VwDa6zrCS234' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "string",
"description": "string",
"restrictionType": "Valid values [ DISALLOW, SHOW_WARNING, NOSHOW ]",
"active": true
}'{
"title": "string",
"description": "string",
"restrictionType": "Valid values [ DISALLOW, SHOW_WARNING, NOSHOW ]",
"active": true,
"id": "string"
}