curl --location --request POST 'https://api.lootlocker.com/game/v1/player/scores' \
--header 'Content-Type: application/json' \
--header 'x-session-token;' \
--data-raw '{
"platform": "steam",
"player_ids": ["1234567890"]
}'
{
"success": true,
"players": [
{
"id": "string",
"xp": 0,
"level": 0
}
]
}
x-session-token: ********************