curl --location --request GET '/operations/list'{
"success": true,
"response": [
{
"name": "string",
"_id": "string",
"status": "string",
"dateCreated": "string",
"user": "string",
"resources": [
"string"
],
"isOutSourced": true,
"setup": 0,
"costPerHour": 0,
"costPerQty": 0,
"sectors": [
"string"
],
"typeCost": "string",
"stage": "string"
}
]
}