curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/imgroup/conference/default?memberID&memberType=' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": {
"memberID": "string",
"memberType": "PU",
"defaultConfList": [
"string"
]
}
}