Hello, I have a question. I'm a Webcon admin.
I am trying to test API and I get this error response from Webcon API:
{
    "type": "InsufficientAccountPermissions",
    "description": "Global admin permissions required",
    "errorGuid": "54d9ccb7-183e-484f-ba73-7f1d0d8ec794"
}
my endpoint in request via POSTMAN
/api/data/beta/admin/db/1/businessentities
my Webcon verion is: 2021.1.5.307
when I do this request :/api/data/ 
I got this response, so it should work in my version.
{
    "apiVersions": [
        {
            "version": "2.0",
            "url": "/api/data/v2.0",
            "loginUrls": [
                "/api/login",
                "/api/oauth2/token"
            ]
        },
        {
            "version": "3.0",
            "url": "/api/data/v3.0",
            "loginUrls": [
                "/api/login",
                "/api/oauth2/token"
            ]
        },
        {
            "version": "beta",
            "url": "/api/data/beta",
            "loginUrls": [
                "/api/login",
                "/api/oauth2/token"
            ]
        }
    ]
}
I checked my admin panel in WEBCON BPS and everything looks ok.
                        
 
                                    