{
"callId": "string",
"id": "string",
"user": "string",
"index": 0,
"video": true,
"audio": true,
"videoCall": true,
"status": 1
}curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/im/avcall' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"callId": "string",
"id": "string",
"user": "string",
"index": 0,
"video": true,
"audio": true,
"videoCall": true,
"status": 1
}'{
"code": 0,
"msg": "string",
"data": {
"callId": "string",
"name": "string",
"index": 0,
"video": true,
"audio": true,
"status": 1
}
}