curl --location --request POST 'https://api.lootlocker.com/game/refund/v1' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entitlement_ids": [
"string"
]
}'{
"player_inventory_events": [
{
"asset_id": 0,
"name": "string",
"action": "removed"
}
],
"currency_refunded": [
{
"currency_id": "string",
"currency_code": "gold",
"amount": "500"
}
],
"currency_clawback": [
{
"currency_id": "string",
"currency_code": "gold",
"amount": "500"
}
],
"warnings": [
{
"entitlement_id": "string",
"details": [
{
"type": "non_reversible_rewards",
"message": "string",
"rewards": [
{
"kind": "progression_points",
"id": "string",
"name": "string",
"amount": "string"
}
]
}
]
}
]
}