List Open Branches
Returns a list of all open branches within the specified repository.Results will be in the order the source control manager returns them.Branches support [filtering and sorting](/cloud/bitbucket/rest/intro/#filtering)that can be used to search for specific branches. For instance, to findall branches that have "stab" in their name:```curl -s https://api.bitbucket.org/2.0/repositories/atlassian/aui/refs/branches -G --data-urlencode 'q=name ~ "stab"'```