Authorization: Bearer ********************{
"groupName": "重要客户",
"groupMemo": "公司重点客户",
"groupType": 1,
"sort": 100
}curl --location --request POST 'https://ckbapi.quwanzhi.com/v1/kefu/wechatGroup/add' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupName": "重要客户",
"groupMemo": "公司重点客户",
"groupType": 1,
"sort": 100
}'{}