{ "data": [ { "nfts": [ { "class_id": "string", "nft_id": "string" } ], "recipient": "string" } ], "operation_id": "string" }
curl --location --request POST 'https://apis.avata.bianjie.ai/v1beta1/nft/batch/nft-transfers/' \ --header 'X-Api-Key;' \ --header 'X-Api-Key;' \ --header 'X-Timestamp;' \ --header 'X-Timestamp;' \ --header 'X-Signature;' \ --header 'X-Signature;' \ --header 'Content-Type: application/json' \ --data-raw '{ "data": [ { "nfts": [ { "class_id": "string", "nft_id": "string" } ], "recipient": "string" } ], "operation_id": "string" }'