curl --location --request GET 'https://core.privageapp.com/v2/connect/coupon/sets?page&size&sort&search' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"total": 0,
"page": 0,
"size": 0
},
"data": [
{
"id": 0,
"name": "string",
"prefix": "string",
"import_type": "string",
"quantity": 0,
"import_status": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}