curl --location 'https://api.lootlocker.io/admin/game//templates/v1/players//inventory?page=undefined&per_page=undefined&name=undefined&item_type=undefined&consumable=undefined&sort=undefined&order=undefined' \
--header 'x-auth-token: <api-key>'{
"items": [
{
"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",
"audiences": [
"string"
],
"tags": [
"string"
],
"behaviours": [
{
"behaviour": "string",
"event": "string",
"event_args": {
"property1": "string",
"property2": "string"
}
}
]
},
"metadata": {
"property1": "string",
"property2": "string"
}
}
],
"pagination": {
"total": 250,
"per_page": 20,
"current_page": 1,
"last_page": 13
}
}