Postman returns null

I use FastAPI to create a server and deploy my Machine learning Model on a website. The problem that I see when I debug my code in Pycharm while I post files using postman. I see postman returns null although the cmd that I work to launch my server shows that the post request is done successfully and the pycharm editor didn’t show anything about post or get requests at all.