API call is returning Null

Database & APIs

I have created simple API endpoint using Django. It is working perfectly on my local host and ngrok url. So I created an API call on Flutterflow and pasted my ngrok link. I made all the necessary changes on my backend. However, when I test API, the Body Json on Text Response is showing null, and Raw Body is showing some kind of HTML. I also tried Accept:application/json and Content-Type:application/json. But having still the same issue. Can someone help with it? I can provide more info if needed, thanks!

What have you tried so far?

You can see below that the API is correct on the last picture.

Did you check FlutterFlow's Documentation for this topic?
Yes
2