curl --location '/v1/items/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"CompanyId": "901084328",
"Code": "166619",
"Description": "VESTIDO LOURDES ESTAMPADO AZUL FLOR BLANCO ",
"Quantity": 3.00,
"Price": 230000.00,
"PriceReference": 230000.00,
"SubtotalAmount": 690000.00,
"UnitCode": "EA",
"BrandName": "",
"ModelName": "",
"Note": "",
"Discounts": [],
"Charges": [],
"Taxes": []
}'{}