curl --location --request GET 'https://test.pro.wuht.net/adminapi/marketing/coupon/released' \
--header 'authori-zation: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJ0ZXN0LnByby53dWh0Lm5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjQ5NzQ2MjAyLCJuYmYiOjE2NDk3NDYyMDIsImV4cCI6MTY1MDM1MTAwMiwianRpIjp7ImlkIjoxLCJ0eXBlIjoiYWRtaW4ifX0.-xDXOdYfBNsu3IqF3nMO_E_fop2lxkwNw25fdQpzGVQ'
{
"status": 0,
"msg": "string",
"data": {
"list": [
{
"id": 0,
"cid": null,
"coupon_title": "string",
"start_time": 0,
"end_time": 0,
"total_count": 0,
"remain_count": 0,
"is_permanent": 0,
"status": 0,
"is_give_subscribe": 0,
"is_full_give": 0,
"full_reduction": "string",
"is_del": 0,
"add_time": 0,
"title": "string",
"integral": 0,
"coupon_price": "string",
"use_min_price": "string",
"coupon_time": 0,
"product_id": "string",
"category_id": 0,
"type": 0,
"receive_type": 0,
"start_use_time": 0,
"end_use_time": 0,
"sort": 0
}
],
"count": 0
}
}