Hi All
I would need your help to convert this JSON
{
“symbol”: “BTCUSDT_UMCBL”,
“marginCoin”: “USDT”,
“leverage”: “22”
}
to a string with all the above elements so that it looks like this in the end:
{"symbol": "BTCUSDT_UMCBL","marginCoin": "USDT","leverage": "20"}