Last updated 7 months ago
List account balance
OK
const response = await fetch('/mobile-bff/v1/account/balance', { method: 'GET', headers: { "authorization": "text" }, }); const data = await response.json();
{ "balance": "text" }