Created
November 22, 2018 20:50
-
-
Save sreesarma/72c554600df26d063eeda51f17b300c7 to your computer and use it in GitHub Desktop.
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 --request POST \ | |
--url http://localhost:3000/save \ | |
--header 'Content-Type: application/json' \ | |
--data '{\n "title": "Save Directly to S3",\n "task": "Save form data as JSON on S3"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment