I think you are looking for Backbone.emulateJSON = true
copied from official documentation:
If you are working with an outdated web server that cannot handle requests encoded as application / json, setting Backbone.emulateJSON = true; we will cause JSON to be serialized under the model
parameter, and the request to create an application with the mime type / x -www-form-urlencoded, as if from an HTML form.
source share