curl --location '/user-api/v1/miniapp/coupons?status=undefined&page=undefined&pageSize=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"couponTemplateId": 0,
"name": "string",
"description": "string",
"couponType": "string",
"couponTypeText": "string",
"faceValue": 0,
"minOrderAmount": 0,
"maxDiscountAmount": 0,
"scopeType": "string",
"scopeText": "string",
"status": "string",
"discountAmount": 0,
"claimedAt": "string",
"validStartAt": "string",
"validEndAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}