Skip to content

Instantly share code, notes, and snippets.

@samuelteixeiras
Created March 23, 2022 23:54
Show Gist options
  • Save samuelteixeiras/37906e7e806fe9b64b062ef04dbb7185 to your computer and use it in GitHub Desktop.
Save samuelteixeiras/37906e7e806fe9b64b062ef04dbb7185 to your computer and use it in GitHub Desktop.
failure Notification
curl -X POST \
http://localhost:3000/failureNotification \
-H 'content-type: application/json' \
-H 'key: my_other_key' \
-d '{"samuel":"test"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment