curl --location --request PATCH 'https://dev-api.elefin.id/products/price/update/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"min_buying": 100,
"price": 100000,
"product_unit": 1,
"qty1": 150,
"qty2": 200,
"qty3": 0,
"qty4": 0,
"qty5": 0,
"tier1": 75000,
"tier2": 50000,
"tier3": 0,
"tier4": 0,
"tier5": 0,
"uom_id": 1
}'{}