action clubhouseapi_post_get_club { label: "gets club by id" provider: clubhouseapi method: POST path: "/get_club" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }