{
"name": "芋道",
"description": "芋道源码",
"memberUserIds": "1,2,3",
"status": 1,
"id": 1024
}curl --location --request PUT '/admin-api/bpm/user-group/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "芋道",
"description": "芋道源码",
"memberUserIds": "1,2,3",
"status": 1,
"id": 1024
}'{
"code": 0,
"data": true,
"msg": "string"
}