curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/imgroup/conference/member/info/123456/' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"id": 0,
"memberID": "string",
"memberType": "PU",
"status": 0,
"defaultConf": true,
"current": true,
"deviceId": "string",
"forbidSpeak": true
}
}