GroupShare Web API, While I am trying to create a Translation Memories using Rest API POST /api/tmservice/tms , getting "You are not allowed to perform this operation"

GroupShare Web API, While I am trying to create a Translation Memories using Rest API POST /api/tmservice/tms , getting "You are not allowed to perform this operation"

Sending the correct bearer token in authorization header, and that user got Power User role

POST Request

{
    "name": "Test TM From REST API",
    "description": "Test TM From REST API",
    "containerId": " >",
    "copyright": "©2024 ",
    "location": "/",
    "languageDirections": [
        {
            "source": "en-gb",
            "target": "fr-fr"
        }
    ],

    "recognizers": "RecognizeAll",
    "translationMemoryId": "00000000-0000-0000-0000-000000000000",
    "fieldTemplateId": "00000000-0000-0000-0000-000000000000",
    "languageResourceTemplateId": "00000000-0000-0000-0000-000000000000",
    "fuzzyIndexes": "SourceWordBased,TargetWordBased"
}

Response 200 OK, with below error message

{"errorCode":"AuthorizationError","message":"You are not allowed to perform this operation"}

emoji