action randommer_post_api_finance_vat_validator { label: "post_api_Finance_Vat_Validator" provider: randommer method: POST path: "/api/Finance/Vat/Validator" encoding: json input: { type: "object" properties: { "X-Api-Key": { type: "string" } country: { type: "string" } vat: { type: "string" } } required: ["country", "vat"] additionalProperties: false } output: { type: "object" additionalProperties: true } }