{
"state": "default",
"url": "http://www.example.com"
}
curl --location --request PUT 'https://api.cloudflare.com/client/v4/accounts//custom_pages/' \
--header 'Content-Type: application/json' \
--data-raw '{
"state": "default",
"url": "http://www.example.com"
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}