x-session-token: ********************curl --location 'https://api.lootlocker.com/game/player/inventory/v1?page=undefined&per_page=undefined' \
--header 'x-session-token: <api-key>'{
"items": [
{
"id": "string",
"name": "string",
"game_id": 0,
"limited": 0,
"item_type": "instanced",
"consumable": true,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
],
"pagination": {
"page": 1,
"per_page": 25,
"total": 142
}
}