Chat Migration APIs

Chat Migration APIs

POST /chat/migration/messages

Description
On the documentation page for this method the possibility of unlocking the API for migrations is described. I wrote to support, and they redirected me to the forum. I want to call this method on behalf of a server-to-server application. Currently, when calling the method, I receive the following response:

{
    "code": 4711,
    "message": "Invalid access token, does not contain scopes:[team_chat:write:migrate_chat_messages:admin]."
}

There is no option to specify the necessary scopes in the application settings. Is it possible to use this method in my situation, and if so, how can I do it?