curl --location --request POST 'https://saas-open.vhall.com/v1/marketing/app/channel/get-list' \
--header 'token;' \
--header 'platform;' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"source_id": 0,
"source_type": 0,
"scene_type": 0,
"channel_type": 0,
"pos": 0,
"limit": 0
}'
{
"code": 0,
"msg": "string",
"trace_id": "string",
"data": {
"total": 0,
"list": [
{
"id": 0,
"channel_name": "string",
"channel_code": "string",
"channel_type": 0,
"is_default": 0,
"last_operator_id": 0,
"last_operator_nickname": "string",
"updated_at": "string"
}
]
}
}