{
"bodyList": [
{
"adult": true,
"channel": "string",
"creator": "string",
"description": "string",
"imgUrl": "string",
"licenseCode": "string",
"mediaFileType": "string",
"mediaFileUrl": "string",
"metadata": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"owner": "string",
"properties": [
{
"trait_type": "string",
"value": "string"
}
]
}
]
}
curl --location --request POST 'https://api.services.uptick.network/api/v1/nft/addBatch' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"bodyList": [
{
"adult": true,
"channel": "string",
"creator": "string",
"description": "string",
"imgUrl": "string",
"licenseCode": "string",
"mediaFileType": "string",
"mediaFileUrl": "string",
"metadata": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"owner": "string",
"properties": [
{
"trait_type": "string",
"value": "string"
}
]
}
]
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": false
}