curl --location --request POST 'https://api.lootlocker.io/admin/game/2/player/41/inventory/grant' \
--header 'x-auth-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"asset_id": 1,
"asset_variation_id": 2,
"asset_rental_option_id": 3
}'
{
"success": true,
"assets": [
{
"instance_id": 0,
"variation_id": null,
"rental_option_id": null,
"quantity": 0,
"asset": {
"id": 0,
"uuid": "string",
"ulid": "string",
"name": "string",
"active": true,
"purchasable": true,
"price": 0,
"sales_price": null,
"display_price": null,
"context": "string",
"context_id": 0,
"character_classes": [
0
],
"unlocks_context": null,
"detachable": true,
"updated": "string",
"marked_new": "string",
"default_variation_id": 0,
"default_loadouts": {
"test": true
},
"description": "string",
"links": null,
"storage": [
"string"
],
"rarity": null,
"popular": true,
"popularity_score": 0,
"package_contents": null,
"unique_instance": true,
"external_identifiers": null,
"rental_options": null,
"filters": [
"string"
],
"files": [
"string"
],
"data_entities": [
"string"
],
"hero_equip_exceptions": [
"string"
],
"asset_candidate": null,
"drop_table_max_picks": null
}
}
]
}