curl --location --request PATCH 'http://decathlonstore.myvtex.com/consent' \
--header 'Content-Type: application/json' \
--data-raw '{
"consents": {
"purposes": [
{
"id": "mysports-RmzeVX4K",
"enabled": true
}
],
"channels": [
{
"id": "email-5abRusEp",
"enabled": false
},
{
"id": "sms-bov8K0FR",
"enabled": false
},
{
"id": "social-f8tNI9LL",
"enabled": false
},
{
"id": "pushnotif-4fWL4sPx",
"enabled": false
}
]
}
}'
{}