{
"shopId": "string",
"discountCouponId": "string",
"startTime": 0,
"endTime": 0,
"count": 0,
"countLimit": 0,
"isEnable": true,
"userLimitType": "NONE",
"memberLevelIds": [
"string"
],
"memberIds": [
"string"
]
}
curl --location --request POST '/4s/discount/coupon_center/create' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": "string",
"discountCouponId": "string",
"startTime": 0,
"endTime": 0,
"count": 0,
"countLimit": 0,
"isEnable": true,
"userLimitType": "NONE",
"memberLevelIds": [
"string"
],
"memberIds": [
"string"
]
}'
{}