curl -X GET https://api.drivex.com/api/rentals/789 \ -H "Authorization: Bearer YOUR_API_KEY"
{ "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" }
RESERVED
ACTIVE
COMPLETED
CANCELLED