{
"type": "Shopranos",
"externalApiUrl": "https://example.com",
"unitCondition": "Divide",
"salesUnit": "Primary",
"locations": []
}
curl --location --request POST 'https://platform.shopranos.eu/api/inventory/InventorySettings' \
--header 'x-companyId;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "Shopranos",
"externalApiUrl": "https://example.com",
"unitCondition": "Divide",
"salesUnit": "Primary",
"locations": []
}'
{}