Authorization: Bearer ********************curl --location 'https://tsapi.perenso.net/ProductInventory?productIds=undefined&sort=undefined&page=1&resultsPerPage=20' \
--header 'Authorization: Bearer <token>'[
{
"productID": "string",
"inventory": 0,
"orderedQuantity": 0,
"remainingInventory": 0
}
]