x-session-token: ********************
curl --location --request POST 'https://api.lootlocker.com/game/redeem/store/google' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_id": "",
"purchase_token": "",
"character_id": 1
}'
{}