curl --location --request GET 'https://api.develop.cresium.app/v3/balance/wallets'{
"data": [
{
"id": 0,
"totalBalance": 0,
"lockedBalance": 0,
"investedBalance": 0,
"availableBalance": 0,
"currency": {
"symbol": "string",
"code": "ARS",
"image": "string",
"decimals": 0
},
"companyId": 0
}
]
}