curl -L \
--request PUT \
--url 'https://api.zydon.com.br/api/sales/stock/override' \
--header 'Authorization: Bearer JWT' \
--header 'Content-Type: application/json' \
--data '{
"stocks": [
{
"type": "PRODUCT",
"product_id": "text",
"product_variation_id": "text",
"warehouse_id": "text",
"company_id": "text",
"active": true,
"total": 1,
"reserved": 1
}
]
}'