Authorization: Bearer ********************{
"name": "张大大",
"phone": "13800138000",
"wechatId": "wechat123",
"remarks": "重要渠道"
}curl --location --request PUT 'https://ckbapi.quwanzhi.com/v1/distribution/channel/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "张大大",
"phone": "13800138000",
"wechatId": "wechat123",
"remarks": "重要渠道"
}'{}