action shipengine_connect_insurer { label: "Connect a Shipsurance Account" description: "Connect a Shipsurance Account" provider: shipengine method: POST path: "/v1/connections/insurance/shipsurance" encoding: json input: { type: "object" description: "A create shipsurance connection request body" required: ["email", "policy_id"] properties: { email: { type: "object" } policy_id: { type: "string" } } additionalProperties: false } output: { type: "object" } }