{
"uuid": "",
"roomid": ""
}curl --location --request POST '/v1/room/getlocalroommembers' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "",
"roomid": ""
}'{
"code": 0,
"data": [
{
"uuid": "string",
"ownerwxid": "string",
"roomid": "string",
"wxid": "string",
"nickname": "string",
"headurl": "string",
"contacttype": 0,
"displayname": "string",
"sex": 0
}
],
"text": "string",
"rowcount": 0,
"showmsg": true
}