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