curl --location --request GET 'https://api.services.uptick.network/api/v1/market/couponTime/info?nftAddress&nftId' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
{
"code": 0,
"data": {
"chainId": "string",
"couponCode": "string",
"couponEndTime": "2019-08-24T14:15:22Z",
"couponStartTime": "2019-08-24T14:15:22Z",
"createTime": "2019-08-24T14:15:22Z",
"createTimeLong": 0,
"creator": "string",
"deduction": 0,
"deleted": true,
"id": 0,
"nftAddress": "string",
"nftId": "string",
"projectId": 0,
"status": 0,
"type": 0,
"updateTime": "2019-08-24T14:15:22Z"
},
"msg": "string",
"success": false
}