Hello,
I have a below curl command which will automatically create repository in specified bitbucket project. But i dont know how to use this command in rest endpoints.
curl --user "username:password" -H "Content-Type: application/json" --data @input.json -X POST <Base-URL>/bitbucket/rest/api/1.0/projects/BAN/repos
Could you please help me with this?