Collection working fine in Postman but the same collection fails in newman

My collection works fine with Postman when I try to run using Newman from the command line, the response body is empty. attached the screenshot for your reference.
Command used - newman run CollectionforPipeLine.js

on -d GoRest.Json -n 2 -e dev.postman_environment.json

Command - newman run CollectionforPipeLine.json -d GoRest.Json -n 2 -e dev.postman_environment.json