curl --location --request GET 'https://192.168.88.11:9781/bvcsp/v1/pu/snapshot/config//' \
--header 'Authorization;'
{
"code": 0,
"msg": "string",
"data": {
"imageSizeAll": [
{
"Width": 0,
"Height": 0
}
],
"imageSizeIndex": 0,
"quality": 0,
"count": 0,
"interval": 0,
"delay": 0,
"maxCount": 0,
"overlay": {
"time": true,
"text": true,
"gps": true,
"alarm": true,
"name": true
}
}
}