x-session-token: ********************curl --location 'https://api.lootlocker.com/game/player/inventory/v1/' \
--header 'x-session-token: <api-key>'{
"id": "string",
"player_id": 0,
"item_template_id": "string",
"item_type": "instanced",
"consumable": true,
"count": 0,
"source": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"template": {
"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"
},
"metadata": {
"property1": "string",
"property2": "string"
}
}