POSTManToCurl is a simple ruby application that converts the output POSTMan JSON Requests to CURL.
In POSTMan, export your collection to JSON and save it to disk. Run the ruby code as described below
ruby PostManRequest.rb FileToParse.json
POSTManToCurl has a dependency on the JSON gem. To install, run the following in your Terminal
gem install json