curl --request POST \
--url https://api.example.com/service/{tenant_name}/pbr_rule \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"priority": 1,
"enable": true,
"filters": [],
"gateway_ip_address": "<string>",
"gateway_interface": "<string>",
"gateway_MAC": "<string>",
"action": "ROUTE",
"labels": {},
"description": "<string>"
}
'