{
"ruleId": "string",
"ruleName": "string",
"description": "string",
"priority": 0,
"enabled": true,
"conditions": [
{
"scope": "api",
"apiType": "chat.completions",
"secretKey": "string",
"model": "string"
}
],
"actions": [
{
"type": "override",
"field": "string",
"value": null
}
]
}