public async Task <ActionResult> ResetPassword([FromQuery] string email) { await _accessService.ResetPassword(email); return(Ok()); }