curl --location --request POST 'https://api.lootlocker.io/admin/game//catalog/item' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"game_id": ,
"catalog_id": "01H52F71WJZA6XA2YN9NK0P1KQ",
"entity_id": "01H52F4NQ42R8NSNNSB08RQH3P",
"entity_kind": "progression_points",
"metadata": [
{
"key": "progression_points_amount",
"value": "1000"
}
]
}'
{
"id": "01GSAY8VWMKHH8FBGEWW8WF3WX",
"name": "my catalog",
"game_id": 123,
"created_at": "2023-02-15T16:24:39Z"
}
x-auth-token: ********************