action randommer_post_api_text_review { label: "Get reviews (max quantity=500)" provider: randommer method: POST path: "/api/Text/Review" encoding: json input: { type: "object" properties: { "X-Api-Key": { type: "string" } product: { type: "string" } quantity: { type: "integer" format: "int32" } } required: ["product", "quantity"] additionalProperties: false } output: { type: "object" additionalProperties: true } }