Creating a new project
This section provides instructions on using the /project/create-project endpoint to create a new project. Each project under a user should have a unique name.
{
"name": "Demo Project",
"description": "This is a demo project."
}Last updated