curl --location --request POST 'https://test.v1.vertexapi.com/Orders/orderstatus' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"order": "ORDER1234"
"startDate": null,
"endDate": null
}'[
{
"vertexOrder": "SO196999",
"customerOrder": "ORDER1234",
"orderDate": "04/18/2025",
"orderStatus": "Pending Fulfillment",
"tracking": ""
}
]