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