Request that a new project be created. The result is an Operation 
which can be used to track the creation process. This process usually takes a few seconds, but can sometimes take much longer. The tracking Operation 
is automatically deleted after a few hours, so there is no need to call operations.delete 
.
HTTP request
 POST https://cloudresourcemanager.googleapis.com/v3/projects 
The URL uses gRPC Transcoding syntax.
Request body
The request body contains an instance of  Project 
 
.
Response body
If successful, the response body contains a newly created instance of  Operation 
 
.
Authorization scopes
Requires one of the following OAuth scopes:
-  https://www.googleapis.com/auth/cloud-platform
-  https://www.googleapis.com/auth/cloudplatformprojects
For more information, see the Authentication Overview .

