Yes… because you don’t format your request as expected by Backend API.

From what I know, sending a multipart form to backend won’t work. You can use url encoded or json. (It will accept multipart… but I don’t think the file will be parsed correctly, you can see how it will be parsed using detect data) You cannot send a file the way you are trying. It must be an url or base64…