{ "appId": "{{appId}}", "appKey": "{{appKey}}", "userId": "000000-0101-TEST01", "userKey": "123456", "contractAddress": "0xfc3b1867cfa0c33af4634de4fc7fabab8bf4d3b6", "tokenId": 1, "from": "0x96b8f49453427659ed97abfea156d916ef9fb2e3", "to": "0x073547087c4ca0ce9b401e4a4745bd435442548a" }
curl --location --request POST 'https://test.api.tichain.tianhecloud.com/api/v2/nfr/transfer' \ --header 'Content-Type: application/json' \ --data-raw '{ "appId": "", "appKey": "", "userId": "000000-0101-TEST01", "userKey": "123456", "contractAddress": "0xfc3b1867cfa0c33af4634de4fc7fabab8bf4d3b6", "tokenId": 1, "from": "0x96b8f49453427659ed97abfea156d916ef9fb2e3", "to": "0x073547087c4ca0ce9b401e4a4745bd435442548a" }'
{ "code": 0, "message": "success", "data": { "transactionHash": "0x24f43315beb48392d61e16139acd6ce131402eff9f166d6293c3d72aaf6e0255" } }