action clubhouseapi_post_get_following { label: "get a list of the users and clubs that this user is following. Returned users have bios truncated to ~80 characters." provider: clubhouseapi method: POST path: "/get_following" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }