curl --location --request PUT '/store/products/ESB-001-27/inventory' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"qty": 200,
"description": "Test saja"
}'{
"message": "varian updated ESB-001-01"
}