US01: ListNodes
5 Scenarios
User Story
Scenario: List all nodes with default pagination
Given multiple nodes exist in the database
When I send a GET request to /api/nodes
#UAC01
Then the response status should be 200 OK
#UAC02
And the response should contain all nodes
#UAC03
And each node should include type information