curl --location --request POST 'https://api.flashcat.cloud/route/upsert?app_key=<api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0,
"default": {
"channel_ids": [
0
]
},
"version": 0,
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"channel_ids": [
0
],
"fallthrough": true
}
]
}'
{
"error": {}
}