{
"flag": true
}
curl --location --request POST 'https://api.cloudflare.com/client/v4/zones//logs/control/retention/flag' \
--header 'Content-Type: application/json' \
--data-raw '{
"flag": true
}'
{
"errors": [],
"messages": [],
"result": {
"flag": true
},
"success": true
}