Authorization: Bearer ********************curl --location 'https://api.plantscanner.io/api/v1/WorkOrders/production?Code=undefined&OperationCode=undefined&BeginPlanned=undefined&EndPlanned=undefined&BeginExecution=undefined&EndExecution=undefined&LastUpdatedBegin=undefined&LastUpdatedEnd=undefined' \
--header 'Authorization: Bearer <token>'{
"workOrders": [
{
"id": 0,
"code": "string",
"workOrderGrouper": "string",
"operationCode": "string",
"status": "Undefined",
"requestedQuantity": 0,
"producedQuantityLogs": [
{
"producedGoodQuantity": 0,
"producedBadQuantity": 0,
"lastUpdate": "2019-08-24T14:15:22.123Z"
}
]
}
]
}