{
"id": "string",
"mode": 0,
"recordAudioState": 0,
"allowSpeak": true
}curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/imgroup/conference/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"mode": 0,
"recordAudioState": 0,
"allowSpeak": true
}'{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"mode": 0,
"createTime": 0,
"recordAudioState": 0,
"allowSpeak": true
}
}