Skip to content

Instantly share code, notes, and snippets.

@samuelteixeiras
Last active March 23, 2022 23:49
Show Gist options
  • Save samuelteixeiras/119370feb3eb45cbc48050919ea132ee to your computer and use it in GitHub Desktop.
Save samuelteixeiras/119370feb3eb45cbc48050919ea132ee to your computer and use it in GitHub Desktop.
successfulNotification
curl -X POST \
http://localhost:3000/successfulNotification \
-H 'content-type: application/json' \
-H 'key: my_secret_key_on_header' \
-d '{"samuel":"test"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment