curl --location --request POST 'https://cn2us02.opapi.win/api/v1/user/parameter-override/update-rule' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "ruleId": "string",
  "ruleName": "string",
  "description": "string",
  "priority": 100,
  "enabled": true,
  "conditions": [
    {
      "scope": "api",
      "apiType": "chat.completions",
      "secretKey": "string",
      "model": "string"
    }
  ],
  "actions": [
    {
      "type": "override",
      "field": "string",
      "value": "string"
    }
  ]
}'{}