Authorization: Bearer ********************{
"fromEndpoint": {
"id": "e0991ac3-6cbc-431b-9e3f-5fccf660b19f",
"name": "呼叫 人的名称",
"type": "browser"
},
"targetInfos": [
{
"id": "h323&172.20.74.57",
"type": 3,
"name": "被呼叫人的名称"
}
],
"code": "88888888"
}curl --location --request POST '/rsc/api/v2/user/calls' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fromEndpoint": {
"id": "e0991ac3-6cbc-431b-9e3f-5fccf660b19f",
"name": "呼叫 人的名称",
"type": "browser"
},
"targetInfos": [
{
"id": "h323&172.20.74.57",
"type": 3,
"name": "被呼叫人的名称"
}
],
"code": "88888888"
}'{}