Authorization: Bearer ********************curl --location '/api/v1/Item/Save' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"item": {
"itemID": 0,
"type": 1,
"code": "",
"title": "",
"barCode": "",
"unitRef": 0,
"secondaryUnitRef": 0,
"unitsRatio": 0,
"sellable": true,
"defaultStockRef": 0,
"purchaseGroupRef": 0,
"saleGroupRef": 0,
"isActive": true
}
}'