export interface CustomerAccountManagementV1ResendConfirmationPostBody { email: string; websiteId: number; redirectUrl?: string; }