{
  "status": "success",
  "message": "Bookings retrieved successfully",
  "data": [
    {
      "id": 1,
      "booking_date": "2025-09-25",
      "start_time": "2025-09-25T10:00:00+00:00",
      "end_time": "2025-09-25T10:30:00+00:00",
      "status": "confirmed",
      "client_id": 1,
      "service_id": 1,
      "created_at": "2025-09-20",
      "updated_at": null
    },
    {
      "id": 2,
      "booking_date": "2025-09-26",
      "start_time": "2025-09-26T11:00:00+00:00",
      "end_time": "2025-09-26T11:45:00+00:00",
      "status": "pending",
      "client_id": 2,
      "service_id": 2,
      "created_at": "2025-09-21",
      "updated_at": null
    }
  ]
}
