action whatsapp_enable_two_step { label: "Enable-Two-Step" provider: whatsapp method: POST path: "/settings/account/two-step" encoding: json input: { type: "object" required: ["pin"] properties: { pin: { type: "string" } } } output: { type: "object" additionalProperties: true } }