Problemunvalidated
as soon as I uncomment the line `@RequestBody UserDtoRequest userDtoRequest` and pass other data there with a name or email, I get a 403 error — I send the request via postman and form-data. Tension: I can only accept data from DTO if I use the raw data transfer format in Postman to JSON, but then I won't be able to attach an image. Outcome: send your data as form data along with the file.
389adae5-1046-40c0-80fa-ac4cea632cdb
as soon as I uncomment the line @RequestBody UserDtoRequest userDtoRequest and pass other data there with a name or email, I get a 403 error — I send the request via postman and form-data. Tension: I can only accept data from DTO if I use the raw data transfer format in Postman to JSON, but then I won't be able to attach an image. Outcome: send your data as form data along with the file.