curl --location 'http://localhost:8085/api/chatroom/admins/' \
--header 'Content-Type: application/json' \
--data '{
"members": [
"string"
]
}'{
"code": 0,
"data": {
"base_response": {
"code": 0,
"message": {
"value": "string"
}
}
},
"message": "string"
}