add body to get request javascript code example Example: js add body data to put request fetch(url, { method: 'PUT', body: "any type of data" });