[
  {
    "id": 1,
    "plate": "ABC123",
    "parking_lot": 1,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 2,
    "plate": "KDV920",
    "parking_lot": 1,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 3,
    "plate": "JHT980",
    "parking_lot": 1,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 4,
    "plate": "UIO742",
    "parking_lot": 1,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 5,
    "plate": "HHO613",
    "parking_lot": 2,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 6,
    "plate": "MNO345",
    "parking_lot": 3,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 7,
    "plate": "GGH123",
    "parking_lot": 3,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 8,
    "plate": "LLR098",
    "parking_lot": 3,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 9,
    "plate": "IYT7921",
    "parking_lot": 3,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 10,
    "plate": "MJT345",
    "parking_lot": 3,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 11,
    "plate": "YUO621",
    "parking_lot": 4,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 12,
    "plate": "HDL212",
    "parking_lot": 4,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  },
  {
    "id": 13,
    "plate": "LPI123",
    "parking_lot": 4,
    "type": "monthly",
    "paid_amount": 3000,
    "status": "active"
  }
]