action whatsapp_create_user { label: "Create-User" provider: whatsapp method: POST path: "/users" encoding: json input: { type: "object" required: ["password", "username"] properties: { password: { type: "string" description: "username" } username: { type: "string" description: "password" } } } output: { type: "object" } }