{
"lazyNftPreviews": [
{
"describe": "string",
"nftAddress": "string",
"title": "string",
"type": 0,
"url": "string"
}
]
}
curl --location --request POST 'https://api.services.uptick.network/api/v1/market/lazynft/add/preview' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"lazyNftPreviews": [
{
"describe": "string",
"nftAddress": "string",
"title": "string",
"type": 0,
"url": "string"
}
]
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": false
}