curl --location --request GET 'https://core.privageapp.com/api/v1/connect/coupon/sets?page&size&sort&search' \
--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"
}
]
}