Creates a new project in your Skeddly account.
The body is a JSON structure with the following properties.
Name for the new project.
{
"projectId": "proj-12345678",
"name": "My Project",
"status": "active",
"isDefault": false,
"createdDate": "2023-01-26T12:00:00:Z",
"lastModifiedDate": "2023-01-26T12:00:00:Z",
"lastModifiedBy": "u-12345678"
}