curl --location --request GET 'https://core.privageapp.com/api/v1/connect/coupon/member/member-uuid-string?page&size' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 5,
"page": 1,
"size": 10
},
"data": [
{
"uuid": "coupon-uuid-string",
"code": "WLC8A3BX2K",
"status": "PENDING",
"couponSetName": "Welcome Coupon",
"startDate": "2026-01-15T10:00:00Z",
"endDate": "2026-12-31T23:59:59Z",
"expiredAt": null
}
]
}