Authorization: Bearer ********************curl --location --request GET 'https://tsapi.perenso.net/v2/products/inventory/list?productIds=&sort=&page=1&resultsPerPage=20' \
--header 'Authorization: Bearer <token>'{
"pagination": {
"totalRecords": 0,
"page": 1,
"resultsPerPage": 100
},
"items": {
"productID": "string",
"inventory": 0,
"orderedQuantity": 0,
"remainingInventory": 0
}
}