status: "failed". The caller must provide the same items and wallet as the original purchase."pending" and re-runs the purchase flow in the background. Poll GET /{entitlement_id} for the new status.x-session-token: ********************curl --location 'https://api.lootlocker.com/game/purchase/inspired-ibex/v1//retry' \
--header 'x-session-token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"items": [
{
"catalog_listing_id": "01KHXQ9M7P31FTB5B7KY2P11JS",
"quantity": 2
}
],
"wallet_id": "01JMHK9C1D4E6F8G9H0J1K2L3"
}'{
"success": true,
"entitlement_id": "01JMHKA2E5F7G9H0J1K2L3M4N5"
}