As a user I need to read an account from the customer accounts service
So that I can view my account information
Details and Assumptions
[document what you know]
Acceptance Criteria
Given that an account exists in the service, i.e., a valid account ID exists
When a GET request is made to retrieve the account with the provided ID
Then the response status code is 200, and the response body contains the account details including name and address
As a user
I need to read an account from the customer accounts service So that I can view my account information
Details and Assumptions
[document what you know]
Acceptance Criteria