Authentication API Documentation

POST /api/auth/anonymous-login

Create an anonymous user account and get access token

Response Type

AuthResponse
{
    userId: number;
    accessToken: string;
}