I want to create a project with the Rest API - Bearere token in Bitbucket DC, but I get a 401 error

I want to create a project with the Rest API - Bearere token in Bitbucket DC, but I get a 401 error.

The return code is as follows.

{
    "errors": [
        {
            "context": null,
            "message": "You are not permitted to access this resource",
            "exceptionName": "com.atlassian.bitbucket.AuthorisationException"
        }
    ]
}

HTTP access tokens have been issued and are being used by the Bitbucket user account.
I see the Project Adminr and Repository admin permissions, but not the Project Create permission. How can I apply the Project Create permission to the token?
Or
Is it that tokens can’t create projects?

스크린샷 2024-09-02 오후 2.54.10