action clubhouseapi_post_follow { label: "follows a user" provider: clubhouseapi method: POST path: "/follow" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }