auth-bearer: ********************curl --location --request POST '/inventory/product' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"barcode": "string",
"event": "string",
"minimumQtt": 0,
"expireWarning": 0,
"sellValue": 0,
"unit": "string",
"useBatchControl": true
}'