We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02a27b2 commit 4756e4aCopy full SHA for 4756e4a
bin/send-payload
@@ -0,0 +1,6 @@
1
+#!/bin/bash
2
+
3
+curl -X POST \
4
+ -d '{ "foo": true }'\
5
+ -H "Content-Type: application/json" \
6
+ http://localhost:3000/$1
0 commit comments