fetch("http://localhost:8080", {
    method: "POST",
    headers: {
      "Content-Type": "application/json"
    },
    body: JSON.stringify(item)
  })


형들 이 object를 서버에 보내려는데 이게 JSON 형식에 어긋남??