public async Task <IActionResult> Activate([FromBody] ActivationDTO dto) { await _loginService.Activate(dto.Token); return(Ok()); }