[
  {
    "id": "1",
    "truckNumber": "TRK-2024-001",
    "driverName": "John Smith",
    "status": "In Transit",
    "currentCity": "Chicago, IL",
    "route": [
      {
        "lat": 41.8781,
        "lng": -87.6298,
        "timestamp": "2024-01-01T08:00:00",
        "status": "Start",
        "location": "Chicago, IL"
      },
      {
        "lat": 41.6005,
        "lng": -86.7394,
        "timestamp": "2024-01-01T10:30:00",
        "status": "In Transit",
        "location": "South Bend, IN"
      },
      {
        "lat": 41.4993,
        "lng": -81.6944,
        "timestamp": "2024-01-01T15:45:00",
        "status": "Rest Stop",
        "location": "Cleveland, OH"
      },
      {
        "lat": 40.7128,
        "lng": -74.006,
        "timestamp": "2024-01-02T09:00:00",
        "status": "Delivery",
        "location": "New York, NY"
      }
    ]
  },
  {
    "id": "2",
    "truckNumber": "TRK-2024-002",
    "driverName": "Maria Garcia",
    "status": "Loading",
    "currentCity": "Los Angeles, CA",
    "route": [
      {
        "lat": 34.0522,
        "lng": -118.2437,
        "timestamp": "2024-01-01T07:00:00",
        "status": "Start",
        "location": "Los Angeles, CA"
      },
      {
        "lat": 35.3733,
        "lng": -119.0187,
        "timestamp": "2024-01-01T09:30:00",
        "status": "In Transit",
        "location": "Bakersfield, CA"
      },
      {
        "lat": 36.7378,
        "lng": -119.7871,
        "timestamp": "2024-01-01T11:45:00",
        "status": "Rest Stop",
        "location": "Fresno, CA"
      },
      {
        "lat": 38.5816,
        "lng": -121.4944,
        "timestamp": "2024-01-01T15:30:00",
        "status": "In Transit",
        "location": "Sacramento, CA"
      },
      {
        "lat": 37.7749,
        "lng": -122.4194,
        "timestamp": "2024-01-01T18:00:00",
        "status": "Delivery",
        "location": "San Francisco, CA"
      }
    ]
  },
  {
    "id": "3",
    "truckNumber": "TRK-2024-003",
    "driverName": "Robert Johnson",
    "status": "Completed",
    "currentCity": "Miami, FL",
    "route": [
      {
        "lat": 25.7617,
        "lng": -80.1918,
        "timestamp": "2024-01-01T06:00:00",
        "status": "Start",
        "location": "Miami, FL"
      },
      {
        "lat": 27.9506,
        "lng": -82.4572,
        "timestamp": "2024-01-01T10:15:00",
        "status": "Rest Stop",
        "location": "Tampa, FL"
      },
      {
        "lat": 30.3322,
        "lng": -81.6557,
        "timestamp": "2024-01-01T13:30:00",
        "status": "In Transit",
        "location": "Jacksonville, FL"
      },
      {
        "lat": 32.0809,
        "lng": -81.0912,
        "timestamp": "2024-01-01T15:45:00",
        "status": "In Transit",
        "location": "Savannah, GA"
      },
      {
        "lat": 33.749,
        "lng": -84.388,
        "timestamp": "2024-01-01T19:00:00",
        "status": "Delivery",
        "location": "Atlanta, GA"
      }
    ]
  },
  {
    "id": "4",
    "truckNumber": "TRK-2024-004",
    "driverName": "Sarah Williams",
    "status": "In Transit",
    "currentCity": "Seattle, WA",
    "route": [
      {
        "lat": 47.6062,
        "lng": -122.3321,
        "timestamp": "2024-01-01T07:00:00",
        "status": "Start",
        "location": "Seattle, WA"
      },
      {
        "lat": 45.5155,
        "lng": -122.6789,
        "timestamp": "2024-01-01T11:30:00",
        "status": "Rest Stop",
        "location": "Portland, OR"
      },
      {
        "lat": 44.0521,
        "lng": -123.0868,
        "timestamp": "2024-01-01T14:45:00",
        "status": "In Transit",
        "location": "Eugene, OR"
      },
      {
        "lat": 42.3265,
        "lng": -122.8756,
        "timestamp": "2024-01-01T17:30:00",
        "status": "In Transit",
        "location": "Medford, OR"
      },
      {
        "lat": 40.7868,
        "lng": -124.1566,
        "timestamp": "2024-01-01T21:00:00",
        "status": "Rest Stop",
        "location": "Eureka, CA"
      },
      {
        "lat": 38.5816,
        "lng": -121.4944,
        "timestamp": "2024-01-02T09:00:00",
        "status": "Delivery",
        "location": "Sacramento, CA"
      }
    ]
  },
  {
    "id": "5",
    "truckNumber": "TRK-2024-005",
    "driverName": "Michael Brown",
    "status": "Loading",
    "currentCity": "Dallas, TX",
    "route": [
      {
        "lat": 32.7767,
        "lng": -96.797,
        "timestamp": "2024-01-01T08:00:00",
        "status": "Start",
        "location": "Dallas, TX"
      },
      {
        "lat": 31.7619,
        "lng": -95.6308,
        "timestamp": "2024-01-01T10:15:00",
        "status": "In Transit",
        "location": "Palestine, TX"
      },
      {
        "lat": 29.7604,
        "lng": -95.3698,
        "timestamp": "2024-01-01T13:30:00",
        "status": "Rest Stop",
        "location": "Houston, TX"
      },
      {
        "lat": 29.4241,
        "lng": -98.4936,
        "timestamp": "2024-01-01T17:45:00",
        "status": "In Transit",
        "location": "San Antonio, TX"
      },
      {
        "lat": 30.2672,
        "lng": -97.7431,
        "timestamp": "2024-01-01T20:00:00",
        "status": "Delivery",
        "location": "Austin, TX"
      }
    ]
  }
]