curl --request POST \
--url 'https://api.flashcat.cloud/route/upsert?app_key=' \
--header 'Content-Type: application/json' \
--data '
{
"integration_id": 123,
"version": 123,
"default": {
"channel_ids": [
123
]
},
"cases": [
{
"if": [
{
"key": "title",
"oper": "IN",
"vals": [
"<string>"
]
}
],
"channel_ids": [
123
],
"fallthrough": true,
"routing_mode": "standard",
"name_mapping_label": "<string>"
}
],
"sections": [
{
"name": "<string>",
"position": 123
}
]
}
'