Authorization: Bearer ********************{
"enabled": true,
"groupName": "string",
"groupSort": 0,
"isSystem": true,
"remark": "string"
}curl --location --request PUT '/api/config/group/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"enabled": true,
"groupName": "string",
"groupSort": 0,
"isSystem": true,
"remark": "string"
}'