curl --location --request GET 'https://192.168.88.32:9781/bvcsp/v1/bv28181in/platform/' \
--header 'Authorization;' \
--header 'Content-Type: application/json'
{
"code": 0,
"msg": "string",
"data": {
"id": "string",
"name": "string",
"username": "string",
"password": "string",
"online": true,
"enable": 0
}
}