I\'m trying to send updated data with the following client code:
const url = new URL(`${process.env.REACT_APP_API}/datas/edit/${id}`); axios.put(url, data); <