export interface RequestCustomerUserAccountCreateOrUpdate { id?: string; customer: string; permissions: string[]; }