[
  {
    "id": "V-1",
    "workshopId": "WS-1",
    "plate": "ABC-123",
    "brand": "Toyota",
    "model": "Yaris",
    "year": "2020",
    "color": "Plata",
    "status": "En Taller",
    "customerId": "C-1"
  },
  {
    "id": "V-2",
    "workshopId": "WS-1",
    "plate": "XYZ-987",
    "brand": "Honda",
    "model": "Civic",
    "year": "2022",
    "color": "Negro",
    "status": "Listo",
    "customerId": "C-2"
  },
  {
    "id": "V-3",
    "workshopId": "WS-1",
    "plate": "DEF-456",
    "brand": "Nissan",
    "model": "Sentra",
    "year": "2019",
    "color": "Rojo",
    "status": "En Taller",
    "customerId": "C-3"
  },
  {
    "id": "V-4",
    "workshopId": "WS-1",
    "plate": "GHI-789",
    "brand": "Kia",
    "model": "Rio",
    "year": "2021",
    "color": "Blanco",
    "status": "Entregado",
    "customerId": "C-1"
  },
  {
    "id": "V-7",
    "workshopId": "WS-1",
    "plate": "MNO-444",
    "brand": "Hyundai",
    "model": "Tucson",
    "year": "2023",
    "color": "Azul Marino",
    "status": "En Taller",
    "customerId": "C-6"
  },
  {
    "id": "V-8",
    "workshopId": "WS-1",
    "plate": "BMW-555",
    "brand": "BMW",
    "model": "X5",
    "year": "2021",
    "color": "Gris",
    "status": "En Taller",
    "customerId": "C-7"
  },
  {
    "id": "V-5",
    "workshopId": "WS-2",
    "plate": "LMN-456",
    "brand": "Ford",
    "model": "Fiesta",
    "year": "2018",
    "color": "Azul",
    "status": "En Taller",
    "customerId": "C-4"
  },
  {
    "id": "V-6",
    "workshopId": "WS-2",
    "plate": "PQR-123",
    "brand": "Chevrolet",
    "model": "Spark",
    "year": "2023",
    "color": "Gris",
    "status": "En Taller",
    "customerId": "C-5"
  },
  {
    "id": "V-9",
    "workshopId": "WS-2",
    "plate": "TES-001",
    "brand": "Tesla",
    "model": "Model 3",
    "year": "2024",
    "color": "Blanco",
    "status": "En Taller",
    "customerId": "C-8"
  },
  {
    "plate": "aaaa",
    "brand": "casa",
    "model": "lamborgini",
    "year": "2025",
    "color": "azul",
    "status": "En Taller",
    "customerId": "C-1",
    "id": "U1JjnTBFeYg"
  }
]