action whatsapp_login_user { label: "Login-User" provider: whatsapp method: POST path: "/users/login" encoding: json input: { type: "object" required: ["new_password"] properties: { new_password: { type: "string" } } } output: { type: "object" } }