Create a new product node

POST {{baseUrl}}/products

Creates a new product node

Request Body

{"name"=>"<string>", "parentId"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
x-user-rolestring(Required) Specifies the user role with which the user intends to perform the operation
Content-Typestring
Acceptstring

RESPONSES

status: Created

&quot;&quot;