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!
API call is returning Null
Database & APIs
You can see below that the API is correct on the last picture.
Yes
2