curl --location --request PUT 'http://localhost:3001/api/barang/017' \ --form 'kode="017"' \ --form 'nama="Barang ke 17"' \ --form 'harga="170001"' \ --form 'foto=@"/media/downloads/templates/templatemo_571_hexashop/assets/images/men-02.jpg"'
{ "meta_data": { "success": true, "message": "string", "status": 0 } }