curl --request POST \
--url https://api.zenflow.com.ar/api/v1/stock/bulk \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"updates": [
{
"product_id": 123,
"sku": "<string>",
"location_id": "<string>",
"quantity": 123
}
]
}
'