I am trying to do API testing. For that I have created a code to trigger POST API and then to generate test-results. For that I am using Mocha.js testing framework and want to use SuperAgent library to trigger the API and get the response. I am trying to do API testing. For that I have