Incorrect request content type

I believe that in Django Swagger Schema generated by drf-spectacular the default content type is application/json which is also being reflected in the Swagger URL. However when I import my schema to Apidog the request content type is being shown as application/x-www-form-urlencoded.


Could you share the original content from the Swagger schema? This will help us investigate the issue.