curl --location --request GET 'https://tsapi.perenso.net/v2/customers/classes/list?sort&modifiedAfter&page&resultsPerPage' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"totalRecords": 0,
"page": 1,
"resultsPerPage": 100
},
"items": [
{
"id": "Y7",
"modifiedDate": "2019-08-24T14:15:22Z",
"classID": "VIP",
"classDescription": "Important Customers"
}
]
}