Authorization: Bearer ********************
curl --location --request GET '/Category?sort&modifiedAfter&page=1&resultsPerPage=20' \
--header 'Authorization: Bearer <token>'
[
{
"id": "h2gg8a",
"categoryID": "1943",
"categoryDescription": "Rubber"
},
{
"id": "33f2g6",
"categoryID": "4929",
"categoryDescription": "Metal"
}
]