{
    "channel_id": 0,
    "rule_name": "string",
    "description": "string",
    "priority": 0,
    "source_filters": [
        [
            {
                "key": "title",
                "oper": "IN",
                "vals": [
                    "string"
                ]
            }
        ]
    ],
    "target_filters": [
        [
            {
                "key": "title",
                "oper": "IN",
                "vals": [
                    "string"
                ]
            }
        ]
    ],
    "equals": [
        "string"
    ],
    "is_directly_discard": true
}curl --location --request POST 'http://prod-cn.your-api-server.com/channel/inhibit/rule/create' \
--header 'Content-Type: application/json' \
--data-raw '{
    "channel_id": 0,
    "rule_name": "string",
    "description": "string",
    "priority": 0,
    "source_filters": [
        [
            {
                "key": "title",
                "oper": "IN",
                "vals": [
                    "string"
                ]
            }
        ]
    ],
    "target_filters": [
        [
            {
                "key": "title",
                "oper": "IN",
                "vals": [
                    "string"
                ]
            }
        ]
    ],
    "equals": [
        "string"
    ],
    "is_directly_discard": true
}'{
    "error": {
        "code": "InvalidParameter",
        "message": "string"
    },
    "data": {
        "rule_id": "string",
        "rule_name": "string"
    }
}