Can't authorize registry by group-level

Based on documentation: npm packages in the package registry | GitLab. For example in .npmrc, this works for me:

"@f24:registry"="https://git.....org/api/v4/projects/90/packages/npm/"
"//git.***.org/api/v4/projects/90/packages/npm/:_authToken"="glpat-***"

but this don;t work:

"@f24:registry"="https://git.***.org/api/v4/groups/150/-/packages/npm/"
"//git.***.org/api/v4/groups/150/-/packages/npm/:_authToken"="glpat-***"
error An unexpected error occurred: "https://git.***.org/api/v4/projects/90/packages/npm/@f24/eslint-config-nuxt/-/@f24/eslint-config-nuxt-1.0.1.tgz: Request failed \"404 Not Found\"".
info If you think this is a bug, please open a bug report with the information provided in "C:\\Users\\***\\.packages\\nuxt-module-icons\\yarn-error.log".       
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.

but I can click to this link and download the package. Group access token is valid and have “read_api, read_registry” permissions with “Developer” role. So why I have 404 error?