Ionic native http

Hello,
I’m using the plugin for http requests

this.http.post(apiUrl, data, {});

I have an issue because data would be an object but i need pass a json. I don’t have access to backend and I have to stringify two times my object for a succesful response.