[
{
"id": 789,
"userId": 123,
"vehicleId": 456,
"startDate": "2026-03-15",
"endDate": "2026-03-20",
"price": 450.00,
"status": "RESERVED",
"createdAt": "2026-03-01T10:30:00Z",
"updatedAt": "2026-03-01T10:30:00Z"
},
{
"id": 790,
"userId": 123,
"vehicleId": 457,
"startDate": "2026-04-01",
"endDate": "2026-04-05",
"price": 380.00,
"status": "COMPLETED",
"createdAt": "2026-02-20T14:15:00Z",
"updatedAt": "2026-04-05T18:00:00Z"
}
]