curl --location --request POST 'https://saas-open.vhall.com/v3/goods/coupon/create' \
--header 'platform;' \
--header 'Content-Type: application/json' \
--data-raw '{
"coupon_name": "string",
"coupon_type": 0,
"threshold_amount": 0,
"deduction_amount": 0,
"validity_type": 0,
"validity_day": 0,
"validity_start_time": "string",
"validity_end_time": "string",
"use_desc": "string",
"applicable_product_type": 0,
"good_ids": [
0
]
}'
{
"code": 0,
"msg": "string",
"trace_id": "string",
"data": null
}