[
{
"bookingId": 229,
"bookingType": "boarding",
"reference": "1-WTKB000229",
"status": "new",
"customerId": 165,
"customerName": "Example Customer",
"customerPhone": "+353 87 123 4567",
"customerEmail": "customer@example.com",
"petNames": "Poppy",
"numberOfPets": 1,
"serviceId": 1,
"roomName": "Suite 1",
"checkInDate": "2026-05-07T00:00:00Z",
"checkOutDate": "2026-05-08T00:00:00Z",
"bookingPaid": false,
"hasPayment": false
},
{
"bookingId": 230,
"bookingType": "boarding",
"reference": "1-WTKB000230",
"status": "confirmed",
"customerId": 166,
"customerName": "Another Customer",
"customerPhone": "+353 87 765 4321",
"customerEmail": "another.customer@example.com",
"petNames": "Luna",
"numberOfPets": 1,
"serviceId": 1,
"roomName": "Suite 2",
"checkInDate": "2026-05-07T00:00:00Z",
"checkOutDate": "2026-05-08T00:00:00Z",
"bookingPaid": true,
"hasPayment": true
}
]