curl --location --request POST 'https://api.flashcat.cloud/channel/inhibit/rule/create?app_key=<api-key>' \
--header 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJhY2Nlc3NfdXVpZCI6IjdjMGM4YmQyLTExOTYtNDlmYS04YzY0LWE0NDE2ODQ4NTUzYSIsImF1dGhvcml6ZWQiOnRydWUsImV4cCI6MTc0OTg4ODQ4MCwidXNlcl9pZGVudGl0eSI6IjEtcm9vdCJ9._S1Isb29viOhHyVrjbwIUjPZnNQXewmb4zftVeqbFpA' \
--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
}'