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