action gsmtasks_password_change_create { label: "password_change_create" provider: gsmtasks method: POST path: "/password_change/" encoding: form input: { type: "object" properties: { format: { type: "string" enum: ["json", "xlsx"] } new_password1: { type: "string" } new_password2: { type: "string" } old_password: { type: "string" } } required: ["new_password1", "new_password2", "old_password"] additionalProperties: false } output: { type: "object" additionalProperties: true } }