action whatsapp_restore_settings { label: "Restore-Settings" provider: whatsapp method: POST path: "/settings/restore" encoding: json input: { type: "object" required: ["data", "password"] properties: { data: { type: "string" description: "The data that was returned by the /v1/settings/backup API call" } password: { type: "string" description: "The password you used in the /v1/settings/backup API call to encrypt the backup data" } } } output: { type: "object" additionalProperties: true } }