{
  "service": "PoE2 Trade API Interceptor",
  "version": "1.0.0",
  "endpoints": {
    "GET /api/trade?url={poe2_url}": "Intercepts PoE2 trade requests",
    "GET /health": "Application status",
    "GET /": "This page"
  },
  "usage": {
    "development": "Configure DEV_COOKIES in src/config.ts file",
    "production": "Send cookies via X-POE-Cookies header"
  },
  "example": "/api/trade?url=https%3A%2F%2Fwww.pathofexile.com%2Ftrade2%2Fsearch%2Fpoe2%2FRise%2520of%2520the%2520Abyssal%2FEB3jnpzzt5"
}