curl --location --request GET 'https://api2.hik-cloud.com/api/v1/community/superBrains/storage/hdds/info?deviceId' \
--header 'Authorization: Bearer '{
"code": 200,
"message": "操作成功",
"data": [
{
"hddId": "1",
"hddName": "hdd1",
"hddType": "SATA",
"hddStatus": "ok",
"capacity": "2861588",
"freeSpace": "2846720",
"property": "RW"
}
]
}