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