const bookingData = {
name: "Test User",
email: "[email protected]",
phone: "5551234567",
address: "123 Example Street",
services: ["deep_clean"],
add_ons: ["fridge", "window_washing"],
date_time: "2025-09-15T14:30",
special_instructions: "Please focus extra on the kitchen area.",
estimated_price: 325,
status: "pending"
};
const bookingData = {
name: "Test User",
email: "[email protected]",
phone: "5551234567",
address: "123 Example Street",
services: ["deep_clean"],
add_ons: ["fridge", "window_washing"],
date_time: "2025-09-15T14:30",
special_instructions: "Please focus extra on the kitchen area.",
estimated_price: 325,
status: "pending"
};