{
"id": 8,
"groupId": 6,
"userId": 6,
"inviteId": 1,
"unread": 1,
"isNotice": 1,
"isTop": 1,
"status": 1,
"tenantId": "000000",
"role": 3
}curl --location --request PUT '/system/groupUser' \
--header 'Authorization: Bearer {{Authorization}}' \
--header 'Clientid: e5cd7e4891bf95d1d19206ce24a7b32e' \
--header 'TenantId: 000000' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 8,
"groupId": 6,
"userId": 6,
"inviteId": 1,
"unread": 1,
"isNotice": 1,
"isTop": 1,
"status": 1,
"tenantId": "000000",
"role": 3
}'{
"code":0,
"data":null,
"message":"成功",
"status":200
}