{
  "documentation": {
    "auth": {
      "change_password": "PUT /api/v1/change-password",
      "login": "POST /api/v1/login",
      "logout": "POST /api/v1/logout",
      "profile": "GET /api/v1/profile",
      "refresh_token": "POST /api/v1/refresh-token",
      "verify_token": "GET /api/v1/verify-token"
    },
    "core": {
      "dashboard": "GET /api/v1/core/dashboard",
      "health": "GET /api/v1/core/health"
    },
    "health": {
      "basic": "GET /api/v1/health",
      "detailed": "GET /api/v1/health/detailed"
    },
    "products": {
      "create": "POST /api/v1/products",
      "delete": "DELETE /api/v1/products/<id>",
      "get": "GET /api/v1/products/<id>",
      "list": "GET /api/v1/products",
      "update": "PUT /api/v1/products/<id>"
    },
    "users": {
      "create": "POST /api/v1/users",
      "delete": "DELETE /api/v1/users/<id>",
      "get": "GET /api/v1/users/<id>",
      "list": "GET /api/v1/users",
      "search": "GET /api/v1/users/search",
      "stats": "GET /api/v1/users/stats",
      "update": "PUT /api/v1/users/<id>"
    }
  },
  "message": "Empethy Shop Backend API",
  "status": "running",
  "version": "v1"
}
