curl --location --request GET '/store/coupon_send/lst?date=&coupon_type=&coupon=&status=' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": {
"count": 0,
"list": [
{
"coupon_id": 0,
"mer_id": 0,
"is_timeout": 0,
"start_time": null,
"end_time": null,
"is_limited": 0,
"total_count": 0,
"remain_count": 0,
"send_type": 0,
"full_reduction": "string",
"title": "string",
"coupon_price": "string",
"use_min_price": "string",
"coupon_type": 0,
"coupon_time": 0,
"use_start_time": null,
"use_end_time": null,
"sort": 0,
"status": 0,
"create_time": "string",
"is_del": 0,
"type": 0,
"coupon_num": 0,
"send_status": 0,
"mark": {
"type": 0,
"search": [
"string"
]
},
"coupon_send_id": 0,
"useCount": 0
}
]
}
}