Get the Properties of a Node By Type and Key
Retrieve the properties of an existing node by their type and key
:GET /db/{graph}/node/{type}/{key}/properties
Example Request:
:GET /db/rage/node/User/Helene/properties
Example Response:
{ "age": 41, "name": "helene" }