{
  "ok": true,
  "service": "task-manager-chatbot",
  "endpoints": {
    "POST /manychat/inbound?biz=BUSINESS_ID&ws=WORKSPACE_ID": "recibe webhook de ManyChat con DMs (Body: ManyChat user data + last_input_text)",
    "POST /manychat/outbound": "envía respuesta a ManyChat (Body: { manychatApiKey, contactId, text })"
  },
  "docs": "https://github.com/jainierrojas-arch/task-manager-app",
  "version": "1.0"
}