{
"config": [
{
"enabled": true,
"hostname": "app.example.com"
}
]
}
curl --location --request PUT 'https://api.cloudflare.com/client/v4/zones//origin_tls_client_auth/hostnames' \
--header 'Content-Type: application/json' \
--data-raw '{
"config": [
{
"enabled": true,
"hostname": "app.example.com"
}
]
}'