curl --location --request GET '/store/coupon/select?send_type=&coupon_name=' \
--header 'x-token: {{x-token}}'
{
"status": 0,
"message": "string",
"data": {
"count": 0,
"list": [
{
"coupon_id": 0,
"mer_id": 0,
"is_timeout": 0,
"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,
"sort": 0,
"status": 0,
"create_time": "string",
"is_del": 0,
"type": 0
}
]
}
}