public async Task <IActionResult> Create(UserInfo userInfo) { await _userInfoService.CreateAsync(userInfo); return(Ok(userInfo)); }