try {
    unless(isLoggedInUser, {
      code: 401,
      msg: 'You must be authenticated to unfollow a user'
    })(ctx);