action tradematic_post_cloud_accounts_accountid_closeall { label: "Close all positions by account" description: "Close all positions by account" provider: tradematic method: POST path: "/cloud/accounts/{accountid}/closeall" encoding: json input: { type: "object" properties: { accountid: { type: "string" } } required: ["accountid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }