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