{
"groupName": "string",
"id": 0
}
curl --location --request POST '/api/admin/user/group/update?id' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"groupName": "string",
"id": 0
}'
{
"code": 0,
"data": "string",
"message": "string"
}