{
"id": "string",
"is_enabled": true
}curl --location --request PUT '/api/v1/forwarding/rule/status' \
--header 'x-token: {{x-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"is_enabled": true
}'{"code":200,"message":"successfully"}