curl --location 'https://core.privageapp.com/api/api/v1/connect/coupon/sets?page=undefined&size=undefined&sort=undefined&search=undefined' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 100,
"page": 1,
"size": 10
},
"data": [
{
"id": 1,
"name": "Welcome Coupon",
"prefix": "WLC",
"importType": "AUTO_GENERATE",
"quantity": 50,
"importStatus": "SUCCESS",
"createdAt": "2026-01-15T10:00:00Z"
}
]
}