Create a codestation project

Request

POST https://{hostname}:{port}
  /build/rest2/codestation-projects
This command takes a JSON request string or file. Use the following template for the request:
{
  "description": "The codestation project description",
  "name": "The name of the codestation project",
  "teams": [{
    "resourceRoleId": "The id of the resource role",
    "teamId": "The id of the team"
  }]
}