Create a new player session for a specific game. A session ties a player to a game context and is used for tracking interactions & specific context.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The session details required to create a new session.
Schema for creating a new session. Contains session key, game identifier, and player identifier.
A unique key for the session.
50"campaign_nightfall"
The unique identifier for the game.
50"game_12345"
The unique identifier for the player.
"550e8400-e29b-41d4-a716-446655440000"