{
  "service": "Onlooker API",
  "version": "0.0.1",
  "environment": "staging",
  "endpoints": [
    {
      "method": "POST",
      "path": "/auth/login"
    },
    {
      "method": "POST",
      "path": "/auth/signup"
    },
    {
      "method": "POST",
      "path": "/auth/refresh"
    },
    {
      "method": "GET",
      "path": "/auth/me"
    },
    {
      "method": "POST",
      "path": "/auth/logout"
    },
    {
      "method": "GET",
      "path": "/auth/profile"
    },
    {
      "method": "PATCH",
      "path": "/auth/profile"
    },
    {
      "method": "POST",
      "path": "/auth/change-password"
    },
    {
      "method": "DELETE",
      "path": "/auth/account"
    },
    {
      "method": "POST",
      "path": "/auth/verify-email"
    },
    {
      "method": "POST",
      "path": "/auth/resend-verification"
    },
    {
      "method": "POST",
      "path": "/auth/forgot-password"
    },
    {
      "method": "GET",
      "path": "/auth/reset-password/verify"
    },
    {
      "method": "POST",
      "path": "/auth/reset-password"
    },
    {
      "method": "GET",
      "path": "/api/users/me"
    },
    {
      "method": "GET",
      "path": "/api/dashboard"
    }
  ],
  "documentation": "https://github.com/onlooker-community/onlooker/blob/main/apps/api/README.md"
}