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