action uscann_forgot_password { label: "forgotPassword" provider: uscann method: POST path: "/authentication/forgotPassword" encoding: json input: { type: "object" properties: { "Content-Type": { type: "string" } } required: ["Content-Type"] additionalProperties: false } output: { type: "object" additionalProperties: true } }