{
  "service": "Uncharted Auth Worker",
  "environment": "staging",
  "endpoints": {
    "POST /auth/register": "Register new user with Auth0 and sync to HubSpot",
    "POST /auth/sync": "Sync Auth0 user with HubSpot contact",
    "POST /auth/validate": "Validate Auth0 token",
    "GET /contact/:email": "Get HubSpot contact by email",
    "POST /contact": "Create HubSpot contact",
    "PUT /contact": "Update HubSpot contact",
    "GET /health": "Health check"
  }
}