curl --location --request GET '/driverdata/trafficviolation//?page&limit'{
"total": 8,
"page": 1,
"pageSize": 10,
"content": [
{
"driverName": "string",
"driverVAT": "string",
"checkDatetime": "2019-08-24T14:15:22.123Z",
"trafficViolation": {
"description": "string",
"code": "string",
"countryCode": "string",
"fine": 0,
"paymentDueDate": "2019-08-24",
"paymentDate": "2019-08-24",
"isPaid": true,
"validityPoints": 0
}
}
]
}