Run a Postman collection in CI with Newman

npx newman run api/collection.json 
  -e api/environments/ci.json 
  --env-var "token=$API_TOKEN" 
  --reporters cli,junit 
  --reporter-junit-export newman-results.xml