curl --location --request GET 'https://api.services.uptick.network/api/v1/card/promoCodeCards/' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;'
{
"code": 0,
"data": {
"applicableStores": "string",
"backgroundImageUrl": "string",
"chainId": "string",
"createTimeLong": 0,
"endTime": "2019-08-24T14:15:22Z",
"id": 0,
"isRedeemed": true,
"logoUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"nftType": "string",
"projectId": 0,
"qrCodeUrl": "string",
"startTime": "2019-08-24T14:15:22Z",
"totalIssued": 0,
"usageInstructions": "string",
"usedCount": 0,
"validityPeriod": "2019-08-24T14:15:22Z"
},
"msg": "string",
"success": false
}