I\'m trying to send image file and data in one post request with axios:
axios
const fd = new FormData(); fd.append("image", selectedFile, selec