curl --location -g --request POST 'https://api.lootlocker.io/admin/game//store-listings/?platform=stripe' \
--header 'Content-Type: application/json' \
--header 'x-auth-token;' \
--data-raw '{
"game_id": ,
"catalog_item_id": "01HY0BNF5KGGNWGJMZTF5DCD1K",
"identifiers": {
"price": 89,
"currency": "USD"
}
}'
{
"success": true
}
x-auth-token: ********************