Create Node
Create Node
Add a new node to the pathway
POST
Create Node
Request
Path Parameters
The project ID
Headers
Bearer token using your developer key
Body
Unique node ID
Node position on canvas:
{ "x": number, "y": number }Node configuration. Must include
type and type-specific fields.Response
Returns the created node with status201.
Returns 409 if a node with the same ID already exists.
