Utilize this endpoint to redeem a redemption code via its corresponding uuid
the uuid for the redemption code
curl -L \ --request POST \ --url '/redemptions/{redemption_uuid}/redeem' \ --header 'X-API-Key: YOUR_API_KEY'
{ "redemption": { "uuid": "text", "code": "text", "promo_code": "text", "state": "text", "expires_at": 1 } }
curl -L \ --request POST \ --url '/v2/redemptions/{redemption_uuid}/redeem' \ --header 'X-API-Key: YOUR_API_KEY'