Authorization: Bearer ********************curl --location --request GET '/api/room/group/' \
--header 'Authorization: Bearer <token>'{
"code": 0,
"data": {
"roomId": 0,
"groupName": "string",
"avatar": "string",
"onlineNum": 0,
"role": 0
},
"message": "string"
}