action vatapi_create_invoice { label: "Create a VAT invoice" provider: vatapi method: POST path: "/invoice" encoding: json input: { type: "object" properties: { "Response-Type": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }