public IActionResult EditProfile(UserModel user) { var newProfile = _userBusinessLogic.EditProfile(user); return(Ok(newProfile)); }