Authorization: Bearer ********************
curl --location --request GET 'http://probill.local/api/account/balance?id=12'
{
"msg": "",
"code": 0,
"time": 1722421258,
"data": {
"balance": "9961.00",
"amountPayed": "7590.00",
"unitCurrency": "$",
"unitMoney": "USD"
}
}