curl --location --request POST 'https://cn2us02.opapi.win/api/v1/user/parameter-override/toggle-rules' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "ruleIds": [
    "string"
  ],
  "enabled": true
}'{}