{
  "message": "API Tester Backend Server",
  "version": "1.0.0",
  "platform": "Cloudflare Workers",
  "endpoints": {
    "echo": "/echo - Echo all request information",
    "test": "/test - Test endpoint",
    "users": "/api/users - User CRUD operations",
    "slow": "/api/slow?delay=2000 - Delayed response",
    "error": "/api/error - Simulated error",
    "authError": "/api/auth-error - Simulated auth error",
    "health": "/health - Health check"
  },
  "supportedMethods": [
    "GET",
    "POST",
    "PUT",
    "DELETE",
    "PATCH"
  ]
}