x-session-token: ********************
curl --location --request POST 'https://api.lootlocker.com/game/store/apple/redeem' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sandboxed": true,
"transaction_id": "2000000316432479"
}'
{}