Create A Repository
Creates a new repository.Note: In order to set the project for the newly created repository,pass in either the project key or the project UUID as part of therequest body as shown in the examples below:```$ curl -X POST -H "Content-Type: application/json" -d '{ "scm": "git", "project": { "key": "MARS" }}' https://api.bitbucket.org/2.0/repositories/teamsinspace/hablanding```or```$ curl -X POST -H "Content-Ty...