Skip to content

Instantly share code, notes, and snippets.

@akagaeng
Last active May 20, 2021 00:42
Show Gist options
  • Save akagaeng/e8686b5e014cfa40a3dcfec6ed5d25fc to your computer and use it in GitHub Desktop.
Save akagaeng/e8686b5e014cfa40a3dcfec6ed5d25fc to your computer and use it in GitHub Desktop.
Make a POST requst with cURL
# Make a POST requst with cURL
# POST / JSON
curl -X POST -H "Content-Type: application/json" \
-d '{"videoPath": "samplePath"}' \
http://localhost:4002/viewed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment