{
"filter": {
"device_id": "string",
"timestamp_max": 0,
"timestamp_min": 0
},
"page": 0,
"pageSize": 0
}
curl --location --request POST 'https://192.168.88.32:9781/bvcsp/v1/pu/history/gps' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"device_id": "string",
"timestamp_max": 0,
"timestamp_min": 0
},
"page": 0,
"pageSize": 0
}'