How to get double-quoted JSON object params and values

Hi.
I need to post some data on an API endpoint that requires all my JSON object’s properties and values to be double-quoted.
Although my object is created using double quotes and I use JSON.stringify() on that object, in Pipedream console.log I always get properties without the double quotes.

Cheers.