action randommer_post_api_name_brand_name { label: "Generate brand name suggestions" provider: randommer method: POST path: "/api/Name/BrandName" encoding: json input: { type: "object" properties: { "X-Api-Key": { type: "string" } startingWords: { type: "string" } } required: ["startingWords"] additionalProperties: false } output: { type: "object" additionalProperties: true } }