Notice: only when I use form-data body form in Postman (which is the form I have to use because I want to send files beside text fields), I get:
I found the solution. I only had to prevent Postman to send a Content-Type header. So I just removed it from request headers.
Content-Type