-
-
Save jazztpt/1013317 to your computer and use it in GitHub Desktop.
Valentunes POST with curl
This file contains 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 -X POST -H 'Content-Type: application/json' -u nate:nate | |
--data '{"recipient_name" : "Anna", | |
"interests" : "dancing, coffee"}' | |
http://localhost:8000/api/card/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment