As a admin I need to list all the accounts existent in the customer accounts service So that I can see the available and valid accounts
Details and Assumptions
[document what you know]
Acceptance Criteria
Given multiple accounts exist in the service, and, valid credentials for this authorisation
When a GET request is made to retrieve the list of all accounts
Then the response status code is 200, and the response body contains a complete list of all accounts with their details
As a admin
I need to list all the accounts existent in the customer accounts service
So that I can see the available and valid accounts
Details and Assumptions
[document what you know]
Acceptance Criteria