Running the tests in Newman CLI gives 400 Bad Request

Solved it in the end. You were absolutely right about something that’s wrong with the request.
There were some “//comments” left there for hiding a field. I know JSON doesn’t allow comments but seems that Postman allows you to have them in your request and doesn’t take them into consideration when sending the actual request. Which Newman/Postman CLI don’t.
Thanks a lot for debugging this with me @michaelderekjones.

1 Like