{
  "status": "success",
  "message": "Booking created successfully",
  "data": {
    "id": 2,
    "booking_date": "2025-09-25",
    "start_time": "2025-09-25T10:00:00",
    "end_time": "2025-09-25T11:00:00",
    "status": "pending",
    "client_id": 13,
    "service_id": 7,
    "created_at": "2025-09-20",
    "updated_at": null
  }
}
