curl --location --request POST 'https://api.lootlocker.com/game/info/v1' \
--header 'x-session-token: 0ce700f53612aaf6497b55445f4383f302c38588' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "string"
}'
{
"info": {
"game_id": 0,
"title_id": "string",
"environment_id": "string",
"name": "string"
}
}