action vestorly_create_custom_feed { label: "createCustomFeed" description: "Creates a new Category" provider: vestorly method: POST path: "/custom_feeds" encoding: json input: { type: "object" properties: { access_token: { type: "string" } vestorly_auth: { type: "string" } } required: ["vestorly_auth"] additionalProperties: false } output: { type: "object" additionalProperties: true } }