Authorization: Bearer ********************{
"uidList": [
0
]
}curl --location --request POST '/api/room/group' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uidList": [
0
]
}'{
"code": 0,
"data": 0,
"message": "string"
}