curl -L \
--request POST \
--url '/general/Stocks' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json-patch+json' \
--data '[
{
"Name": "text",
"UnitCode": "text",
"UnitName": "text",
"Price": 1,
"SellerCode": "text",
"BuyerCode": "text",
"ManufacturerCode": "text",
"IsActive": true,
"GTIPCode": "text",
"Brand": "text",
"Model": "text",
"Description": "text",
"Note": "text",
"DeliveryCode": "text",
"ShippingCode": "text",
"TaxPercent": 1
}
]'