Test Send Message

Authentication is configured. To test:

  1. Start a chat in LiveChat widget
  2. Send a message
  3. The bot should auto-reply!

Or use curl:

curl -X POST http://localhost:3000/test/send   -H "Content-Type: application/json"   -d '{"chatId": "YOUR_CHAT_ID", "message": "Hello from bot!"}'