Create a new product node
POST {{baseUrl}}/products
Creates a new product node
Request Body
{"name"=>"<string>", "parentId"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-user-role | string | (Required) Specifies the user role with which the user intends to perform the operation | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
""