action whapi_set_lost_stolen { label: "Sets a customer's plus card as Lost/Stolen" description: "Sets a customer's plus card as Lost/Stolen" provider: whapi method: POST path: "/account/plusCard/lostStolen" encoding: json input: { type: "object" properties: { apiKey: { type: "string" } apiSecret: { type: "string" } apiTicket: { type: "string" } } required: ["apiKey", "apiSecret", "apiTicket"] additionalProperties: false } output: { type: "object" additionalProperties: true } }