username:passwordAuthorization: Basic *****************{
"customergroup": {
"groupName": "VIP客户",
"type": "2"
}
}curl --location --request POST 'https://www.bangwo8.com/api/v1/customergroups.json' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customergroup": {
"groupName": "VIP客户",
"type": "2"
}
}'{
"customergroups": {
"groupId": "28728",
"groupName": "VIP客户",
"type": "2"
}
}