Retool + DJango recieve file on request.FILES

Hello, I`m trying to send a csv file from retool to a Django backend and I want to recieve the request in request.FILES object of my django app.

The query works just fine from postman:

This is how it looks in retool (i`m usin ngrok so I can test locally).

Am I doing something wrong? What am i missing?
Right now I recieve the file on request.body as binary.

Thank you guys.