action staging_ecotaco_forget_password_with_email { label: "Forget password with email" description: "" provider: staging_ecotaco method: POST path: "/accounts/password" encoding: json input: { type: "object" properties: { Accept: { type: "string" } "Accept-Language": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }