curl --location --request GET 'https://api-gateway-uat.mmacs.io/platform/client-service/api/v1/accounts/'
{
"message": "account(s) successfully retrieved",
"account": {
"entityId": "zqkLGh3pDQoXD4WBqttQH",
"currencyIso3Code": "NGN",
"accountName": "Lateef Reconfirmation Test Account",
"status": "active",
"availableBalance": 0,
"accountType": "multigate",
"fundingDetails": [
{
"bankOrSortCode": "test-bank",
"accountNumber": "1238286191",
"bankCountry": "NGA",
"bankName": "Paystack Titan",
"bankAddress": null,
"countryIso3Code": "NGA"
}
]
}
}