curl --location --request GET 'https://tsapi.perenso.net/v2/brands/list?sort=&modifiedAfter=&page=1&resultsPerPage=20' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"totalRecords": 3,
"page": 1,
"resultsPerPage": 20
},
"items": [
{
"id": "d9h8j6",
"brandID": "8563",
"brandDescription": "Elegant Cotton"
},
{
"id": "3dppfj",
"brandID": "2907",
"brandDescription": "Tasty Rubber"
},
{
"id": "jp26kg",
"brandID": "3635",
"brandDescription": "Handcrafted Wooden"
}
]
}