action vestorly_create_post { label: "createPost" description: "Create a new post in the Vestorly Platform" provider: vestorly method: POST path: "/posts" encoding: json input: { type: "object" properties: { access_token: { type: "string" } vestorly_auth: { type: "string" } } required: ["vestorly_auth"] additionalProperties: false } output: { type: "object" additionalProperties: true } }