control με τα τοπικά σύνολα.curl --location '/diesel/totals?year=&page=&pageSize=' \
--header 'Authorization: Bearer <token>'{
"requestId": "b7c1f0e2-3a4d-4e5b-9c8a-1d2e3f4a5b6c",
"generatedAt": "2026-09-10T07:00:03Z",
"year": 2026,
"pagination": {
"page": 1,
"pageSize": 5000,
"totalPages": 80,
"totalRecords": 398742,
"hasNext": true
},
"control": {
"totalRecords": 398742,
"sumLitres": 742318905.47
},
"data": [
{
"taxId": "111111111",
"year": 2026,
"litres": 1630.2,
"lastModifiedAt": "2026-09-09T21:14:00Z"
},
{
"taxId": "222222222",
"year": 2026,
"litres": 6340.8,
"lastModifiedAt": "2026-08-31T18:02:11Z"
}
]
}