Only one endpoint is not intercepted by auth interceptor in Angular 17.2.1
Only the api/authentication/reset-password
endpoint is not intercepted. Other endpoints and api/authentication/refresh-token
are intercepted via authInterceptor
as expected.