action i_cue_post_inventory_safety_stock { label: "Safety Stock" description: "Safety Stock" provider: i_cue method: POST path: "/inventory/safety-stock" encoding: json input: { type: "object" properties: { Token: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }