curl --location --request POST 'https://api2.hik-cloud.com/api/v1/ezviz/storage/cloud/open' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"deviceSerial":"123456789",
"cardPassword":"4326717075050976",
"channelNo":1
}'
{
"code": 200,
"message": "操作成功"
}