curl --location --request POST '/api/v1/products/create' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: vi' \
--header 'Content-Type: application/json' \
--data-raw '{
"sku": "111111",
"name": "onflow",
"brand_id": 2240,
"product_type": "PHYSICAL",
"product_unit": "PACKAGE",
"product_barcodes": [
"11111"
],
"weight": 10,
"length": 10,
"width": 10,
"height": 10,
"product_size": "Nhỏ",
"product_color": "Đỏ",
"product_price": 200000,
"product_image_url_main": "https://cf.shopee.vn/file/image.jpg",
"product_image_url_secondary": "https://cf.shopee.vn/file/image.jpg",
"product_characteristics": [
"HIGH_VALUE"
],
"min_stock_warning": 10,
"storage_method": "NORMAL",
"inventory_tracking_type": "NONE",
"outbound_strategy": "FIFO",
"shelf_life": 180,
"min_shelf_life_inbound": 160,
"min_shelf_life_outbound": 120,
"is_nozzle_reinforcement": 0,
"is_bubble_wrap": 0,
"packaging_tape": "ONFLOW_TAPE",
"packaging_material": "NONE",
"packaging_note": "Đóng đẹp"
}'