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