{
"applicableStores": [
"string"
],
"backgroundImageUrl": "string",
"claimedCount": 0,
"id": 0,
"isRedeemed": true,
"logoUrl": "string",
"name": "string",
"qrCodeUrl": "string",
"totalIssued": 0,
"usageInstructions": "string",
"usedCount": 0,
"validityPeriod": "2019-08-24T14:15:22Z"
}
curl --location --request POST 'https://api.services.uptick.network/api/v1/card/promoCodeCards/update' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"applicableStores": [
"string"
],
"backgroundImageUrl": "string",
"claimedCount": 0,
"id": 0,
"isRedeemed": true,
"logoUrl": "string",
"name": "string",
"qrCodeUrl": "string",
"totalIssued": 0,
"usageInstructions": "string",
"usedCount": 0,
"validityPeriod": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": false
}