{
"appId": "{{appId}}",
"appKey": "{{appKey}}",
"userId": "00000000-0101-TEST01",
"userKey": "123456",
"contractAddress": "0x429fe030e5cbeace2ade3c33dcd35b787eee876c",
"tokenId": 5
}
curl --location --request POST 'https://test.api.tichain.tianhecloud.com/api/v2/nfr/burn' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "",
"appKey": "",
"userId": "00000000-0101-TEST01",
"userKey": "123456",
"contractAddress": "0x429fe030e5cbeace2ade3c33dcd35b787eee876c",
"tokenId": 5
}'
{
"code": 0,
"message": "success",
"data": {
"transactionHash": "0x3902121735d1a299ea438d09b8ab6f86769257abcab3ae4ebdad61fc5501b5ac"
}
}