curl --location --request POST 'https://saas-open.vhall.com/v3/goods/coupon-webinar/get-list' \
--header 'platform;' \
--header 'Content-Type: application/json' \
--data-raw '{
"pos": "0",
"limit": "10",
"coupon_type": 0,
"keyword": "string",
"webinar_id": 0,
"exclude_coupon_ids": [
0
]
}'
{
"code": 0,
"msg": "string",
"trace_id": "string",
"data": {
"total": 0,
"list": [
{
"coupon_id": "string",
"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,
"goods_num": 0,
"received_sum": 0,
"used_sum": 0
}
]
}
}