{
  "endpoints": {
    "GET /": "This information",
    "GET /health": "Health check",
    "GET /sessions": "View active user sessions",
    "POST /love-sync": "Send a long string to be printed",
    "POST /webhook": "Receive and print JSON data to console"
  },
  "example_usage": {
    "method": "POST",
    "payload": {
      "message": "Your long string here"
    },
    "url": "/love-sync"
  },
  "service": "Love Sync Backend",
  "version": "1.0.0"
}
