curl --location --request POST '/l7a/api/wcs/orders' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"customerName": "string",
"customerAddress": "string",
"orderNumber": "string",
"lines": [
{
"id": "string",
"sku": "string",
"itemName": "string",
"unitOfMeasure": "string",
"pickedWeight": 0,
"targetQty": 0,
"batchLotNumber": "string",
"dateTimeStamp": "2019-08-24T14:15:22.123Z"
}
],
"orderedAt": "2019-08-24T14:15:22.123Z"
}
]'