x-session-token: ********************
curl --location --request POST 'https://api.lootlocker.com/game/store/playstation/redeem' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"transaction_id": "your-transaction-id",
"auth_code": "your-auth-code",
"entitlement_label": "your-entitlement-label",
"service_label": "your-service-label",
"service_name": "your-service-name",
"environment": 1,
"use_count": 1,
"character_id": 123456
}'
{}