public async Task <IActionResult> ResetPasswordAsync(ResetPasswordDto resetPasswordDto) { await _userCommandService.ResetPasswordAsync(resetPasswordDto); return(Ok()); }