curl --location --request GET 'https://cgv-prd-fines-api.contele.io/api/v1/fines_per_driver?start_date&end_date' \
--header 'x-api-key;'
{
"response": {
"fines_per_driver": [
{
"driver_id": 0,
"driver_name": "string",
"driver_license": "string",
"quantity_of_fines": 0,
"total_cost": 0,
"points_on_driver_license": 0
}
],
"summary": {
"total_fines_quantity": 0,
"total_fines_cost": 0
}
}
}