post https://api.shift.io/v3/projects
Creates an empty project in your workspace
To create a project, you must enter a project name using the name body parameter. You can add a project description, which is optional, using the description body parameter. Here is an example request:
{
"name": "Promos",
"description": "Project for all on-air and off-air promos"
}
A 200 code is returned when a project is successfully created. The response contains the new project’s id. This id will be required when you upload files to the project using Create asset.