action whatsapp_register_account { label: "Register-Account" provider: whatsapp method: POST path: "/account/verify" encoding: json input: { type: "object" required: ["code"] properties: { code: { type: "string" } } } output: { type: "object" additionalProperties: true } }