curl --request POST \
--url https://api.example.com/service/{tenant_name}/pbm_rule \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"count": 123,
"priority": 1,
"enable": true,
"filters": [],
"unit": "kps",
"system_name": "<string>",
"labels": {},
"description": "<string>"
}
'