curl --location -g --request PUT 'https: //api.veniocrm.com/dev/v1/Products/{code}' \
--header 'Ocp-Apim-Subscription-Key: <Your Subscription-Key>' \
--header 'Authorization: Bearer <Your access_token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"productCode": "string",
"groupId": 0,
"productName": "string",
"qty": 0,
"price": 0,
"unitId": 0,
"notes": "string",
"isForSale": true,
"isForInventory": true
}'