[
{
"storageMediaType": " sdcard",
"storageID": 0,
"partitions": [
{
"name": "string",
"bDisable": 0
}
]
}
]
curl --location --request PUT 'https://192.168.88.11:9781/bvcsp/v1/pu/storages/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"storageMediaType": " sdcard",
"storageID": 0,
"partitions": [
{
"name": "string",
"bDisable": 0
}
]
}
]'
{
"code": 0,
"msg": "string"
}