{
"title": {
"title": "string",
"config": {
"left": 0,
"top": 0,
"fontSize": 0
}
},
"time": {
"format": 0,
"splitChar": "string",
"config": {
"left": 0,
"top": 0,
"fontSize": 0
}
},
"gps": {
"left": 0,
"top": 0,
"fontSize": 0
},
"channel": {
"left": 0,
"top": 0,
"fontSize": 0
}
}
curl --location --request PUT 'https://192.168.88.32:9781/bvcsp/v1/pu/overlay//' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": {
"title": "string",
"config": {
"left": 0,
"top": 0,
"fontSize": 0
}
},
"time": {
"format": 0,
"splitChar": "string",
"config": {
"left": 0,
"top": 0,
"fontSize": 0
}
},
"gps": {
"left": 0,
"top": 0,
"fontSize": 0
},
"channel": {
"left": 0,
"top": 0,
"fontSize": 0
}
}'
{
"code": 0,
"msg": "string"
}