x-auth-token: ********************curl --location --request GET 'http://localhost:8080/admin/game//presence/v1/sessions/player/?per_page=20&page=1&cursor=' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: text/plain' \
--data-raw ''{
"mode": "string",
"active_sessions": [
{
"current_status": "string",
"game_id": 0,
"last_seen": "string",
"player_id": 0,
"session_token": "string",
"start_time": "string"
}
],
"count": 0,
"total_count": 0,
"next_cursor": "string",
"has_more": true
}