US06: GetChildren
2 Scenarios
User Story
Scenario: Get children of a node that has children
Given a parent node with multiple child nodes
When I send a GET request to /api/nodes/{id}/children
#UAC24
Then the response should return all child nodes
2 Scenarios
Scenario: Get children of a node that has children
Given a parent node with multiple child nodes
When I send a GET request to /api/nodes/{id}/children
#UAC24
Then the response should return all child nodes