action postmarkapp_push_templates { label: "Push templates from one server to another" provider: postmarkapp method: PUT path: "/templates/push" encoding: json input: { type: "object" properties: { "X-Postmark-Account-Token": { type: "string" } } required: ["X-Postmark-Account-Token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }