oscarhidalgosica / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Read an account from the service #2

Closed oscarhidalgosica closed 4 months ago

oscarhidalgosica commented 4 months ago

Read an Account from the Service As a front-end developer I need an API endpoint to retrieve a customer account by ID So that the application can display account details to users Details and Assumptions

The account data includes name, address, and account status. Acceptance Criteria Given a valid account ID When the API endpoint is called with this ID Then the system should return the account details