curl --location --request GET 'https://api.services.uptick.network/api/v1/nft/getProperties?nftAddress' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
{
"code": 0,
"data": [
{
"nftAddress": "string",
"nftId": "string",
"traitType": "string",
"value": "string"
}
],
"msg": "string",
"success": false
}