curl --request POST \
--url https://api.dooki.com.br/v2/{alias}/catalog/skus/{skuId}/stocks \
--header 'Content-Type: application/json' \
--header 'User-Secret-Key: <api-key>' \
--header 'User-Token: <api-key>' \
--data '{
"stock_id": 123,
"quantity": 123,
"min_quantity": 123
}'