需要 管理频道(1<<2) 权限
channel_type类型: 0 语音频道, 1 文字频道, 2 公告频道, 3 频道组, 4 临时频道, 5 临时频道管理器
api_type类型: trtc volc
token: ********************
{"room_id":"3916893774253744128","channel_name":"语音频道","channel_type":0,"parent_id":"3916893774383898624","nonce":"1","api_type":"trtc"}
curl --location --request POST 'https://chat.xiaoheihe.cn/chatroom/v3/channel/create?client_type=&x_client_type=&os_type=&x_os_type=&x_app=&chat_os_type=&chat_version=' \
--header 'token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{"room_id":"3916893774253744128","channel_name":"语音频道","channel_type":0,"parent_id":"3916893774383898624","nonce":"1","api_type":"trtc"}'
{"msg":"","result":{"channel_id":"3919719938597216256"},"status":"ok"}