{
"memberID": "string",
"video": {
"id": "string",
"index": "string"
}
}curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/imgroup/conference/video/appoint/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"memberID": "string",
"video": {
"id": "string",
"index": "string"
}
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"index": "string"
}
}