accounts:read OAuth2 scope.X-Api-Key: ********************curl --location 'https://api.leadfeeder.com/v1/settings/cookie-consent?account_id=123456' \
--header 'X-Api-Key: <api-key>'{
"data": {
"type": "cookie_consent_settings",
"id": "123456",
"attributes": {
"consent_management_enabled": false
}
},
"meta": {
"request_id": "cf054205-dd8c-4473-8689-07c30fe0789f"
}
}