{
"msg": "Lista de vehiculos",
"trucks": [
{
"id": "f278b5ed-1487-4ebd-ab34-44c04754053d",
"numberPlate": "ABC-123",
"model": "2001",
"color": "Rojo",
"enabled": true,
"createdAt": "2022-12-05T17:41:59.554Z",
"updatedAt": "2022-12-05T17:41:59.554Z"
},
{
"id": "edb5d9a4-42ce-427d-afea-8d59d154f1f5",
"numberPlate": "DEF-123",
"model": "2001",
"color": "Rojo",
"enabled": true,
"createdAt": "2022-12-05T17:42:11.929Z",
"updatedAt": "2022-12-05T17:42:11.929Z"
},
{
"id": "aad50458-f3c2-4471-84cb-6216bb7c4980",
"numberPlate": "FGH-123",
"model": "2001",
"color": "Rojo",
"enabled": true,
"createdAt": "2022-12-05T17:42:19.358Z",
"updatedAt": "2022-12-05T17:42:19.358Z"
},
{
"id": "f2339f73-2b18-4b6c-bec0-9b61cd1c598a",
"numberPlate": "IJK-123",
"model": "2001",
"color": "Rojo",
"enabled": true,
"createdAt": "2022-12-05T17:42:28.854Z",
"updatedAt": "2022-12-05T17:42:28.854Z"
},
{
"id": "29a50dcf-fd6d-46cc-91df-ba3198690a39",
"numberPlate": "LMN-123",
"model": "2001",
"color": "Rojo",
"enabled": true,
"createdAt": "2022-12-05T17:42:45.390Z",
"updatedAt": "2022-12-05T17:42:45.390Z"
}
]
}