curl --location --request PUT '/store/products/variant/ESB-003-24' \
--header 'Content-Type: application/json' \
--data-raw '{
"weight": 5000,
"lenght": 10,
"width": 10,
"height": 10,
"publish_rate": 50000,
"price": 45000,
"hpp": 40000
}'
{
"message": "varian updated ESB-001-01"
}