Created
November 26, 2020 07:53
-
-
Save magohl/11e86136287f5b1a1c7b9f7f9e073a37 to your computer and use it in GitHub Desktop.
CURL - REST
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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