Brief summary of the changes made:
- What was added / changed / fixed
- Reason for the change (optional but helps provide context)
- Include related issue / ticket if applicable
- Bullet list of main changes, for example:
- Add
/loginendpoint - Add username/password input validation
- Update API documentation
- Add
- Run the local server
- Call the
/loginendpoint with payload:{ "username": "test", "password": "1234" } - Verify response is 200 OK
- Closes #123
- Related to #456
- Important notes, known issues, or reminders for reviewers