export interface CustomerAccountManagementV1InitiatePasswordResetPutBody { email: string; template: string; websiteId?: number; }