action i_cue_post_pricing_price_elasticity_of_demand { description: "" provider: i_cue method: POST path: "/pricing/price-elasticity-of-demand" encoding: json input: { type: "object" properties: { Token: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }