Authorization: Bearer ********************
curl --location --request GET 'https://api.valut.baas/account/balance' \ --header 'Authorization: Bearer <token>'
{ "available": 12345, "blocked": 0, "future": 0 }