username:passwordAuthorization: Basic *****************{
"groupName": "VIP 专属客服组",
"groupNote": "负责 VIP 客户专属服务"
}curl --location --request PUT 'https://www.bangwo8.com/api/v1/supportgroups/1003.json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupName": "VIP 专属客服组",
"groupNote": "负责 VIP 客户专属服务"
}'{
"supportgroup": {
"groupId": "string",
"groupName": "string",
"groupNote": "string",
"createTime": "string",
"updateTime": "string"
}
}