/internal/playerLeft
Post session data on player leave.
Request Body
{
"id": 1, // Number: UserID
"token": "session_key", // String: sessionKey provided from /auth
"accountId": "user_id", // String: PseudoID of the user's account
"sessionTime": "session_time", // String: Length of the session
}
Response
{
"code": 200, // Number: IETF Status Code
"status": "Session Key OK", // String: Success
"playerId": "user_id", // String: PseudoID of the user's account
}