Create new project.

POST {{baseUrl}}/project

This method is used to create a new project through API.

Request Body

{"title"=>"Example project", "code"=>"{{$randomAbbreviation}}", "description"=>"Project description", "access"=>"all"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"status":true,"result":{"code":"mollit consequat dolore voluptate exercitation"}}