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