action whatsapp_get_app_stats { label: "Get-App-Stats" provider: whatsapp method: GET path: "/stats/app" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" } }