action apidapp_post_erc20_address { label: "post_erc20_address" description: "Transfer tokens to another account" provider: apidapp method: POST path: "/erc20/{address}" encoding: json input: { type: "object" properties: { address: { type: "string" } } required: ["address"] additionalProperties: false } output: { type: "object" } }