{
  "name": "Lich Am Push Worker",
  "version": "1.0.0",
  "status": "running",
  "endpoints": {
    "auth": {
      "register": "POST /api/auth/register",
      "login": "POST /api/auth/login",
      "logout": "POST /api/auth/logout"
    },
    "push": {
      "subscribe": "POST /api/push/subscribe",
      "send": "POST /api/push/send"
    },
    "licham": {
      "get": "GET /api/licham",
      "put": "PUT /api/licham",
      "init": "POST /api/licham/init"
    },
    "health": "GET /health"
  },
  "worker_url": "https://lich-am-push.anhtuan-work-2001.workers.dev",
  "api_base": "https://lich-am-push.anhtuan-work-2001.workers.dev/api"
}