curl --location --request PUT 'https://dev-api.elefin.id/supplier/product/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"product_name": "salah ini salak",
"description": "Kentang Add Product\nKentang Add Product\nsalah ini salak\nsalah ini salak",
"price": 100000,
"SKU_supplier": "",
"min_buying": 100,
"meta_title": "salah ini salak",
"meta_desc": "salah ini salak",
"meta_keyword": "salah ini salak",
"is_special_product": false,
"is_custom_product": false,
"is_active": false,
"tier1": 75000,
"tier2": 50000,
"tier3": 0,
"tier4": 0,
"tier5": 0,
"qty1": 150,
"qty2": 200,
"qty3": 0,
"qty4": 0,
"qty5": 0,
"image1": "https://res.cloudinary.com/elefin-id/image/upload/v1727888384/staging/supplier/product/emqam77b2tc3sj7mmqmz.jpg",
"image2": "",
"image3": "",
"image4": "",
"image5": "",
"video1": "",
"video2": "",
"uom_id": 1,
"subcategory_id": [
2596,
2537
],
"brand": "No Brand",
"buyer_id": "",
"product_unit": 1,
"preorder_time": null,
"hsn_code": null,
"manufacturer": null,
"dispatch_time": 1,
"unit_of_time": "day",
"brand_name": "No Brand",
"is_new_brand": false,
"brand_id": 1
}'