{
"option": "cc_rate_rule",
"value": "string"
}
curl --location --request POST 'https://api.v2.rainyun.com/product/rvh//firewall/rule' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"option": "cc_rate_rule",
"value": "string"
}'
{}