curl --location --request PUT 'https://api.lootlocker.io/admin/game//catalog/price' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"amount": "1000",
"game_id": ,
"currency_id": "01H7T1GFYRQ26AK669X1WRA182",
"catalog_item_id": "01H7T1DF12FF9ZP079P2C0Q4PF"
}'
{
"id": "01GSAY8VWMKHH8FBGEWW8WF3WX",
"name": "my catalog",
"game_id": 123,
"created_at": "2023-02-15T16:24:39Z"
}
x-auth-token: ********************