curl --location --request GET 'https://tsapi.perenso.net/v2/categories/list?sort=&modifiedAfter=&page=1&resultsPerPage=20' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"totalRecords": 2,
"page": 1,
"resultsPerPage": 20
},
"items": [
{
"id": "h2gg8a",
"categoryID": "1943",
"categoryDescription": "Rubber"
},
{
"id": "33f2g6",
"categoryID": "4929",
"categoryDescription": "Metal"
}
]
}