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