curl --location -g --request PATCH 'https://api.lootlocker.io/admin/game//store-listings/?platform=steam' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"game_id": ,
"catalog_item_id": "01HM6G77Y87AWWQ75MCG9V66VQ",
"identifiers": {
"catalog_item_id": "get.a.sword",
"prices": [
{
"currency": "USD",
"amount": 1200
},
{
"currency": "EUR",
"amount": 1500
}
]
}
}'
{
"success": true
}
x-auth-token: ********************