Gets all accounts
GET {{baseUrl}}/data/v2/consents/:consentId/accounts
RESPONSES
status: OK
{"data":{"providerId":"string","providerName":"string","countryCode":"string","requestDateTime":"string","accounts":[{"accountId":"string","currencyCode":"string","displayName":"string","accountHolderNames":"string","accountType":"Business","accountSubType":"ChargeCard","identifiers":{"accountNumber":"string","bankCode":"string","iban":"string","secondaryIdentification":"string"},"parties":[{"partyId":"string","fullName":"string","addresses":[{"address":"string","type":"Business","city":"string","postcode":"string","country":"string","countrySubDivision":"string"}],"partyType":"Delegate","isIndividual":true,"isAuthorizingParty":true,"emailAddress":"string","phoneNumbers":[{"type":"Home","phoneNumber":"string"}]}]}]},"meta":{"totalRecords":0}}