{
"applicableStores": [
"string"
],
"backgroundImageUrl": "string",
"endTime": "2019-08-24T14:15:22Z",
"isCheckedIn": true,
"logoUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"qrCodeUrl": "string",
"startTime": "2019-08-24T14:15:22Z",
"totalIssued": 0,
"usageInstructions": "string"
}
curl --location --request POST 'https://api.services.uptick.network/api/v1/card/eventCards/create' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"applicableStores": [
"string"
],
"backgroundImageUrl": "string",
"endTime": "2019-08-24T14:15:22Z",
"isCheckedIn": true,
"logoUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"qrCodeUrl": "string",
"startTime": "2019-08-24T14:15:22Z",
"totalIssued": 0,
"usageInstructions": "string"
}'
{
"code": 0,
"data": {
"applicableStores": "string",
"backgroundImageUrl": "string",
"chainId": "string",
"createTimeLong": 0,
"endTime": "2019-08-24T14:15:22Z",
"id": 0,
"isCheckedIn": 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"
},
"msg": "string",
"success": false
}