Ubuntu – How to send a POST request to an EC2 instance?
POSTMAN,EC2 IMAGESI've created a simple API in node and deployed it on an ubuntu based EC2 instance. I also installed node js on my EC2. I've been trying to send a POST request from POSTMAN, with a JSON file. My…