Create A Pull Request
Creates a new pull request where the destination repository isthis repository and the author is the authenticated user.The minimum required fields to create a pull request are `title` and`source`, specified by a branch name.```curl https://api.bitbucket.org/2.0/repositories/my-workspace/my-repository/pullrequests \ -u my-username:my-password \ --request POST \ --header 'Content-Type: application/json' \ --data '{ "title": "My ...