curl --location --request POST 'https://api.lootlocker.com/game/v1/player/xp' \
--header 'Content-Type: application/json' \
--header 'x-session-token;' \
--data-raw '{"points": 105}'
{
"success": true,
"xp": {
"previous": 0,
"current": 0
},
"levels": [
{
"level": 0,
"is_prestige": false,
"xp_threshold": 0
}
],
"check_grant_notifications": false
}
x-session-token: ********************