{
    "channel_id": 0,
    "rule_id": "string"
}curl --location --request POST 'http://prod-cn.your-api-server.com/channel/unsubscribe/rule/enable' \
--header 'Content-Type: application/json' \
--data-raw '{
    "channel_id": 0,
    "rule_id": "string"
}'{
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    }
}