action vestorly_login { label: "login" description: "Login To Vestorly Platform" provider: vestorly method: POST path: "/sessions" encoding: json input: { type: "object" properties: { password: { type: "string" } username: { type: "string" } } required: ["password", "username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }