curl --location '/pos//operations'{
"success": true,
"response": [
{
"itemName": "string",
"itemId": "string",
"variationId": "string",
"qty": 0,
"qtyLeft": 0,
"qtyDone": 0,
"operations": {
"operationHash": "string",
"operationId": "string",
"operationName": "string",
"timeSpent": 0,
"typeTime": "string",
"setup": 0,
"isOutSourced": true,
"resources": [
{
"_id": "string",
"name": "string"
}
]
}
}
]
}