me
Returns the authenticated user for the bearer game token on this request, or null if the token is missing/invalid. Use this to validate a token and fetch the current player. The token is issued by the Management API login and sent as Authorization: Bearer <token> (and, for the udpNotifications WebSocket, in the graphql-transport-ws connection_init payload as Authorization). game-api does not issue tokens.
me: User