{
"auth_id_characteristics": [
{
"name": "authorization",
"type": "header"
}
]
}
curl --location --request PUT 'https://api.cloudflare.com/client/v4/zones//api_gateway/configuration' \
--header 'Content-Type: application/json' \
--data-raw '{
"auth_id_characteristics": [
{
"name": "authorization",
"type": "header"
}
]
}'
{
"errors": [],
"messages": [],
"result": {},
"success": true
}