action i_cue_post_inventory_caryying_cost { label: "Carrying Cost" description: "Carrying Cost" provider: i_cue method: POST path: "/inventory/caryying-cost" encoding: json input: { type: "object" properties: { Token: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }