curl --location --request GET '/OrderHistory?sort&page=1&resultsPerPage=20&customerid&productid&orderunit'
[
{
"customerid": "CUST3405",
"productid": "PROD4070",
"orderUnit": "EA",
"orderTypeDescription": "REGULAR",
"bucket": "FEB",
"mainNumber": 9
},
{
"customerid": "CUST2007",
"productid": "PROD1854",
"orderUnit": "EA",
"orderTypeDescription": "REGULAR",
"bucket": "FEB",
"mainNumber": 40
}
]