curl --location --request POST 'https://api.lootlocker.com/game/player/inventories/v1?per_page=100&page=1&character_id=1' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"filters": {
"asset_ids": [
0
],
"context_ids": [
0
]
}
}'{
"items": [
{
"instance_id": 0,
"asset_id": 0,
"acquisition_date": "string",
"acquisition_source": "string"
}
],
"pagination": {
"errors": [
{
"field": "string",
"message": "string"
}
],
"per_page": 0,
"offset": 0,
"total": 0,
"last_page": 0,
"current_page": 0,
"next_page": 0,
"prev_page": 0
}
}