{
"value": "on"
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//settings/browser_check' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "on"
}'
{
"errors": [],
"messages": [],
"result": {
"editable": true,
"id": "browser_check",
"modified_on": "2014-01-01T05:20:00.12345Z",
"value": "on"
},
"success": true
}