action testfire_change_password { label: "changePassword" description: "Change user password" provider: testfire method: POST path: "/admin/changePassword" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } } required: ["Authorization"] additionalProperties: false } output: { type: "object" additionalProperties: true } }