{
"name": "string",
"description": "string",
"mode": "BLOCK",
"matchers": [
"string"
]
}
curl --location -g --request PUT 'http://{{host}}/v1/routing-rules/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"mode": "BLOCK",
"matchers": [
"string"
]
}'
{}