curl --location --request GET 'https://api.services.uptick.network/api/v1/market/lazynft/preview/info?id' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
{
"code": 0,
"data": {
"createTimeLong": 0,
"describe": "string",
"nftAddress": "string",
"title": "string",
"type": 0,
"url": "string"
},
"msg": "string",
"success": false
}