curl --location --request POST 'https://newsupport.xbit.pro/api/v1/account-data/balances' \
--header 'x-api-key;' \
--header 'x-txc-payload;' \
--header 'x-txc-signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"nonce": 1707484035123
}'{
"balances": [
{
"currency": "UAH",
"amount": 10005
}
]
}