curl --location --request PATCH '/movement/update/' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"organizationId": "string",
"employeeId": "string",
"warehouseId": "string",
"toWarehouseId": "string",
"note": "string",
"items": [
{
"itemId": "string",
"quantity": "string",
"price": "string",
"measureId": "string",
"multiple": "string"
}
]
}'