{
"integration_id": 0,
"default": {
"channel_ids": [
0
]
},
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"channel_ids": [
0
],
"fallthrough": true
}
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/route/upsert' \
--header 'Content-Type: application/json' \
--data-raw '{
"integration_id": 0,
"default": {
"channel_ids": [
0
]
},
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"string"
]
}
],
"channel_ids": [
0
],
"fallthrough": true
}
]
}'
{
"error": {}
}