curl --location '/admin-api/v1/admin/points/mall/list?keyword=undefined&status=undefined&page=undefined&pageSize=undefined' \
--header 'Authorization: Bearer jl-test-token-user-43'{
"code": 0,
"message": "string",
"data": {
"list": [
{
"id": 0,
"productType": "string",
"couponTemplateId": 0,
"couponName": "string",
"couponType": "string",
"couponTypeText": "string",
"faceValue": 0,
"minOrderAmount": 0,
"maxDiscountAmount": 0,
"pointPrice": 0,
"stock": 0,
"soldCount": 0,
"status": "string",
"sortOrder": 0,
"createdAt": "string",
"updatedAt": "string"
}
],
"total": 0,
"page": 0,
"pageSize": 0
}
}