US03: CreateNode
2 Scenarios
User Story
Scenario: Create node with valid data
Given a valid node type exists
When I send a POST request to /api/nodes with valid node data
#UAC12
Then the response status should be 201 Created
#UAC13
And the response should contain the created node
#UAC14
And the node should exist in the database