{
"host": "example.com",
"port": 24008
}
curl --location --request PATCH 'https://api.cloudflare.com/client/v4/zones//keyless_certificates/' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": "example.com",
"port": 24008
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}