action tradematic_post_cloud_accounts_accountid_sync { label: "Syhchronize an account with account active strategies" description: "Syhchronize an account with account active strategies" provider: tradematic method: POST path: "/cloud/accounts/{accountid}/sync" encoding: json input: { type: "object" properties: { accountid: { type: "string" } } required: ["accountid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }