curl --location --request POST 'http://dev-cn.your-api-server.com/api/promotion/v1/coupon/create_coupon_meta' \
--header 'access-token: clt.xxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": "ttec789ac57301",
"merchant_meta_no": "123456",
"name": "经典奶茶5折券",
"discount_type": 1,
"scene_desc": "在直播场景使用",
"discount_amount": 1000,
"min_pay_amount": 2000,
"receive_begin_time": 1678159698,
"receive_end_time": 1678332498,
"valid_type": 1,
"valid_duration": 86400,
"valid_begin_time": 1678159698,
"valid_end_time": 1678332498,
"consume_path": "pages/coupons/index?spm=1111&utm=22222",
"stock_number": 10000,
"receive_desc": "领取须知文本",
"consume_desc": "使用须知文本",
"send_desc": "发放须知文本",
"callback_url":"https://www.abc.com/xx/xx",
"coupon_task_type": 2
}'