{
"usid": 0,
"puids": [
"string"
]
}
curl --location --request POST 'https://192.168.88.11:9781/bvcsp/v1/bv28181out/upperserverdevice/create' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"usid": 0,
"puids": [
"string"
]
}'
{
"code": 0,
"msg": "string",
"data": [
{
"id": 0,
"usid": 0,
"puid": "string",
"name": "string",
"gb28181id": "string",
"online": true
}
]
}