post https://example.com/projects//
This method allows the creation of elements on a project. The provided commands array is executed as a single atomic transaction of commands.
Responses
This method allows the creation of elements on a project. The provided commands array is executed as a single atomic transaction of commands.
xxxxxxxxxx
curl --request POST \
--url https://example.com/projects/id/ \
--header 'accept: application/json' \
--header 'content-type: application/json'