x-session-token: ********************
curl --location --request POST 'https://api.lootlocker.com/game/v1/player/storage' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"payload": [
{
"key": "Upgrades_0_0",
"value": "1_1_0_0_0_1",
"order": "1"
},
{
"key": "Upgrades_0_0",
"value": "1_1_0_0_0_1",
"order": "1"
},
{
"key": "Upgrades_0_0",
"value": "1_1_0_0_0_1",
"order": "1"
}
]
}'
{}