curl --location --request GET 'https://cgv-prd-trackings-api.contele.io/api/v1/driver-compiled-per-period?start_date&end_date&inicial_night_period&end_night_period' \
--header 'x-api-key;'
{
"driver_compiled_per_period": [
{
"greater_continuous_driving_hour": 0,
"total_conduction_hours": 0,
"total_distance": 0,
"total_night_hours": 0,
"driver_name": "string",
"driver_code": "string",
"driver_cnh": "string",
"driver_cnh_expiration": "string",
"driver_phone": "string",
"driver_id": 0
}
],
"total": 0
}