The contract address
The id of the token
POST /partner-api/tokenized-rewards/burn HTTP/1.1 Host: X-API-Key: YOUR_API_KEY Content-Type: application/x-www-form-urlencoded Accept: */* Content-Length: 45 "contract_address='text'&token_id='text'"
Successful response
{ "burned_at": 1, "redeemed_by": "text" }