I have a web api http://something.com/api and I want to use GET to get the response body.
http://something.com/api
This is my command:
curl \"http://something.co
Open Chrome Developer Tools, go to Network tab, make your request (you may need to check "Preserve Log" if the page refreshes). Find the request on the left, right-click, "Copy as cURL".