curl --location --request GET '/store/coupon/lst' \
--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": "string",
"use_end_time": "string",
"sort": 0,
"status": 0,
"create_time": "string",
"is_del": 0,
"type": 0,
"merchant": [
{
"mer_id": 0,
"mer_name": "string"
}
]
}
]
}
}