curl --location --request PUT 'https://demo.traccar.org/api/devices//accumulators' \ --header 'Content-Type: application/json' \ --data '{ "deviceId": 0, "hours": 0, "totalDistance": 0 }'
{}