action whatsapp_update_user { label: "Update-User" provider: whatsapp method: PUT path: "/users/{UserUsername}" encoding: json input: { type: "object" properties: { UserUsername: { type: "string" } password: { type: "string" description: "password" } } required: ["UserUsername", "password"] additionalProperties: false } output: { type: "object" } }