export interface HttpRegisterWithPasswordRequest { email: string; password: string; }