export interface RequestCustomerLeadCreateOrUpdate { name?: string; phone: string; city: string; status?: string; comments?: string; }