Skip to content

Instantly share code, notes, and snippets.

@laser
Last active August 29, 2015 14:00
Show Gist options
  • Save laser/57091877cab8ff1ec286 to your computer and use it in GitHub Desktop.
Save laser/57091877cab8ff1ec286 to your computer and use it in GitHub Desktop.
First Successful POST to Contact Service
curl -X POST \
-H "Content-Type: application/json" \
-d '{"first_name": "Erin", "last_name": "S-H", "age": 32, "importance_level": 100, "alias": "lzr"}' \
http://example.com/api/v1/contacts.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment