action clubhouseapi_post_me { label: "gets user" provider: clubhouseapi method: POST path: "/me" encoding: json input: { type: "object" } output: { type: "object" additionalProperties: true } }