curl --location --request GET '/balance/all' \
--header 'X-MerchantId;' \
--header 'X-Secret;'[
{
"amount": 15000.50,
"currency": "RUB"
},
{
"amount": 200.00,
"currency": "USDT",
"frozenBalance": 500.00
}
]