Info endpoint is missed

curl --location --request GET 'https://preship.gcp.gnrg-osdu.projects.epam.com/api/policy/v1/info'

Response:

{ "detail": "Not authenticated" }

Even with authentication response is:

{ "detail": "Authentication was unsuccessful. The user is not authorized to perform this action 403" }

Expected: Version is returned without authentication.