{
"downloadLevel": 0,
"failDownloadCount": 0
}
curl --location --request PUT 'https://192.168.88.32:9781/bvcsp/v1/monitor/file/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"downloadLevel": 0,
"failDownloadCount": 0
}'
{
"code": 0,
"msg": "string"
}