This service handles user authentication, billing, and translations for Gratheon.com
| Method | Path | Description |
|---|---|---|
| GET | / | This documentation page |
| GET | /health | Health check endpoint |
| GET | /account/cancel | Account cancellation redirect |
| GET | /graphql | GraphQL playground |
| POST | /stripe/webhook | Stripe webhook handler |
| GET | /stripe/success | Stripe success callback |
| GET | /stripe/cancel | Stripe cancellation callback |
| GET | /google/auth | Google authentication |
| GET | /google/callback | Google authentication callback |