curl --location --request POST 'https://saas-open.vhall.com/v1/marketing/app/channel/bind' \
--header 'token;' \
--header 'platform;' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_ids": "string",
"source_id": 0,
"source_type": 0,
"scene_type": 0
}'
{
"code": 0,
"msg": "string",
"trace_id": "string",
"data": {}
}