{
"snapshot": 1,
"fileAutoUpload": 1,
"deleteUploadFile": 0
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/pu/upload/config/' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"snapshot": 1,
"fileAutoUpload": 1,
"deleteUploadFile": 0
}'
{
"code": 0,
"msg": "string"
}