curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/bv28181in/device/' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"deviceType": "string",
"mediaStreamProto": 0,
"username": "string",
"password": "string",
"platformID": "string",
"groupId": "string",
"online": true,
"channels": [
{
"id": "string",
"name": "string",
"index": 0
}
],
"enable": 0,
"location": {
"lng": 0,
"lat": 0,
"time": 0
}
}
}