curl --location --request GET 'https://api.services.uptick.network/api/v1/contract/extensionInfo?nftAddress' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
{
"code": 0,
"data": {
"banner": "string",
"chainId": "string",
"createTime": "2019-08-24T14:15:22Z",
"createTimeLong": 0,
"deleted": true,
"dropBanner": "string",
"dropDescription": "string",
"id": 0,
"nftAddress": "string",
"projectId": 0,
"royaltyPercentage": 0,
"telegram": "string",
"twitter": "string",
"updateTime": "2019-08-24T14:15:22Z",
"website": "string"
},
"msg": "string",
"success": false
}