[
  {
    "id": "1",
    "driverId": 1,
    "date": "2025-01-15",
    "origin": "Chicago, IL",
    "destination": "Detroit, MI",
    "amount": 1200,
    "percentage": 0.75,
    "isPaid": true,
    "checkId": "9baf"
  },
  {
    "id": "2",
    "driverId": 1,
    "date": "2025-01-20",
    "origin": "Detroit, MI",
    "destination": "Cleveland, OH",
    "amount": 800,
    "percentage": 0.75,
    "isPaid": false,
    "checkId": null
  },
  {
    "id": "3",
    "driverId": 2,
    "date": "2025-01-18",
    "origin": "Miami, FL",
    "destination": "Atlanta, GA",
    "amount": 1500,
    "percentage": 0.75,
    "isPaid": true,
    "checkId": "sM4OfF2"
  },
  {
    "id": "4",
    "driverId": 1,
    "date": "2025-01-25",
    "origin": "Cleveland, OH",
    "destination": "Pittsburgh, PA",
    "amount": 900,
    "percentage": 0.75,
    "isPaid": false,
    "checkId": null
  },
  {
    "id": "5",
    "driverId": 3,
    "date": "2025-01-22",
    "origin": "Houston, TX",
    "destination": "Dallas, TX",
    "amount": 950,
    "percentage": 0.75,
    "isPaid": false,
    "checkId": null
  },
  {
    "id": "6",
    "driverId": 4,
    "date": "2025-01-28",
    "origin": "Los Angeles, CA",
    "destination": "Phoenix, AZ",
    "amount": 1800,
    "percentage": 0.75,
    "isPaid": true,
    "checkId": null
  },
  {
    "id": "7",
    "driverId": 5,
    "date": "2025-01-30",
    "origin": "Seattle, WA",
    "destination": "Portland, OR",
    "amount": 1100,
    "percentage": 0.75,
    "isPaid": true,
    "checkId": null
  }
]