{
"bodyList": [
{
"imageUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"qrCodeUrl": "string",
"totalIssued": 0,
"usageInstructions": "string"
}
]
}
curl --location --request POST 'https://api.services.uptick.network/api/v1/card/commemorativeCards/createBatch' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"bodyList": [
{
"imageUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"qrCodeUrl": "string",
"totalIssued": 0,
"usageInstructions": "string"
}
]
}'
{
"code": 0,
"data": {
"chainId": "string",
"createTimeLong": 0,
"id": 0,
"imageUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"nftType": "string",
"projectId": 0,
"qrCodeUrl": "string",
"totalIssued": 0,
"usageInstructions": "string"
},
"msg": "string",
"success": false
}