Skip to content

Instantly share code, notes, and snippets.

@magohl
Created November 26, 2020 07:53
Show Gist options
  • Save magohl/11e86136287f5b1a1c7b9f7f9e073a37 to your computer and use it in GitHub Desktop.
Save magohl/11e86136287f5b1a1c7b9f7f9e073a37 to your computer and use it in GitHub Desktop.
CURL - REST
curl -k -v -X POST -H "Accept: application/json" -H "Content-Type: application/json" -d "{\"result\":\"test\"}" https://localhost:5001/test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment