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