curl --location 'https://dev-gateway.mydartdigital.com/account/wallets/get-wallets' \
--header 'Authorization: Bearer <token>'{
"responseStatus": "00",
"message": "All wallets ",
"getAllWallets": [
{
"balance": "1285",
"currency": "NGN"
},
{
"balance": "180.070735",
"currency": "USDT"
},
{
"balance": "197.14147",
"currency": "USDT"
}
]
}