{
"base_limit": 0,
"color": "string",
"count": 0,
"exp_date": 0,
"friendly_name": "string",
"type": "discount",
"uid": 0,
"usable_duration": "1",
"usable_product": "string",
"usable_scenes": "string",
"value": 1
}curl --location --request POST 'https://api.v2.rainyun.com/user/vip/coupon' \
--header 'x-api-key;' \
--header 'rain-dev-token: {{rain-dev-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"base_limit": 0,
"color": "string",
"count": 0,
"exp_date": 0,
"friendly_name": "string",
"type": "discount",
"uid": 0,
"usable_duration": "1",
"usable_product": "string",
"usable_scenes": "string",
"value": 1
}'{}