action apidapp_post_wallet_account_id_erc20 { label: "post_wallet_account_id_erc20" provider: apidapp method: POST path: "/wallet/account/{id}/erc20" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" } }