curl --location --request POST 'http://localhost:8000/api/v1/product/2' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--form 'price_sell="75000"' \
--form 'price_sell2="60000"' \
--form 'price_sell3=""' \
--form 'price_buy="45000"' \
--form 'price_sell4=""'{}