I am runing my collections on Postman and it works fine with a 200 status code, but running on CLI poweshell returns me a 401 and 404 status code

My postman collections runs fine locally on Postman, but when i run it on a CLI, it fails and returns me a 404 and 401 status code.

*When i run my collections on a Powershell CLI, it returns with a 404 and 401 status code. I have stated the run as follows:

newman run c:\usres\source\repos\collectionfile.json -e environmentalVariableFile.json -g globalEnvironmentalFile.json*:

How I found the problem:

I’ve already tried: