curl --location '/api/GenerateItem' \
--header 'Content-Type: application/json' \
--data '{
"token": "string",
"barCode": "string",
"iranCode": "string",
"code": "string",
"compoundBarcodeRef": "string",
"dutyRate": 0,
"maximumAmount": 0,
"minimumAmount": 0,
"taxRate": 0,
"isActive": true,
"tracingCategoryRef": 0,
"isPricingBasedOnTracing": true,
"taxExemptPurchase": true,
"sellable": true,
"unitRef": 0,
"isUnitRatioConstant": 0,
"type": 0,
"purchaseGroupRef": 0,
"saleGroupRef": 0,
"saleUnitRef": 0,
"defaultStockRef": 0,
"title": "string",
"unitsRatio": 0
}'