{
"day": 0,
"isFixedTime": true,
"isForever": true,
"isLimited": true,
"minPrice": 0,
"money": 0,
"name": "string",
"primaryKey": "string",
"receiveEndTime": "2019-08-24T14:15:22Z",
"receiveStartTime": "2019-08-24T14:15:22Z",
"sort": 0,
"status": true,
"total": 0,
"type": 0,
"useEndTime": "2019-08-24T14:15:22Z",
"useStartTime": "2019-08-24T14:15:22Z",
"useType": 0
}
curl --location --request POST '/api/admin/marketing/coupon/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"day": 0,
"isFixedTime": true,
"isForever": true,
"isLimited": true,
"minPrice": 0,
"money": 0,
"name": "string",
"primaryKey": "string",
"receiveEndTime": "2019-08-24T14:15:22Z",
"receiveStartTime": "2019-08-24T14:15:22Z",
"sort": 0,
"status": true,
"total": 0,
"type": 0,
"useEndTime": "2019-08-24T14:15:22Z",
"useStartTime": "2019-08-24T14:15:22Z",
"useType": 0
}'
{
"code": 0,
"data": "string",
"message": "string"
}