如何使用 Rest API 在 Bitbucket Cloud 中创建项目?

How to create a Project in Bitbucket Cloud using Rest API?

我指的是 this Bitbucket API documentation 在团队中创建新项目。但是出现 404 错误:

There is no API hosted at this URL.\n\nFor information about our API's, please refer to the documentation at: https://developer.atlassian.com/bitbucket/api/2/reference/
.

我在 https://api.bitbucket.org/2.0/teams/{teams-in-space}/projects/

中尝试了不同的选项来代替 {teams-in-space}

尝试使用团队名称、团队 uuid 和用户名(帐户名称),但出现相同的错误。

有人使用 REST 在 Bitbucket Cloud 中成功创建项目吗API?

我在 URL https://api.bitbucket.org/2.0/teams/{teams-in-space}/projects/ 中缺少尾随 / 添加尾随 /

后现在工作正常