{
"couponCode": "string",
"couponCount": 0,
"creator": "string",
"deduction": 0,
"expirationDate": 0,
"imgUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"user": "string"
}
curl --location --request POST 'https://api.services.uptick.network/api/v1/market/couponCode/addCouponCode' \
--header 'X-Api-Key;' \
--header 'X-Signature;' \
--header 'X-Timestamp;' \
--header 'Content-Type: application/json' \
--data-raw '{
"couponCode": "string",
"couponCount": 0,
"creator": "string",
"deduction": 0,
"expirationDate": 0,
"imgUrl": "string",
"name": "string",
"nftAddress": "string",
"nftId": "string",
"user": "string"
}'
{
"code": 0,
"data": {},
"msg": "string",
"success": false
}