curl --location --request GET '/api/user/coupon/list' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJseWVjc0AyMDIzIiwiYXVkIjoiIiwiaWF0IjoxNzcwMTkyNjg0LCJuYmYiOjE3NzAxOTI2ODQsImV4cCI6MTc3MTQ4ODY4NCwiZGF0YSI6eyJhcHBJZCI6IjEiLCJ1dWlkIjoiMWZlMzNjOWY4MGZkYTg0NzcyMTRhMzcwZmRjNzM3MDQifX0.IfHrDPDf_7VMF2QcHrRdLlu6s50fDPBD-svlGpj0EFE' \
--header 'X-Shop-Id: 0' \
--header 'x-vendor-id;' \
--header 'x-admin-type: admin'{
"records": [
{
"couponDesc": "string",
"couponDiscount": 0,
"couponId": 0,
"couponMoney": 0,
"couponName": "string",
"couponSn": "string",
"couponType": 0,
"endDate": "string",
"id": 0,
"isGlobal": 0,
"minOrderAmount": 0,
"orderId": 0,
"sendRangeData": [
0
],
"shopId": 0,
"startDate": "string",
"status": 0,
"statusName": "string",
"usedTime": 0,
"userId": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"optimizeCountSql": {},
"searchCount": {},
"pages": 0
}