Skip to content

Instantly share code, notes, and snippets.

@samuelteixeiras
Last active March 24, 2022 00:04
Show Gist options
  • Save samuelteixeiras/524e68c7a271b0d31bb6bb90c7acb977 to your computer and use it in GitHub Desktop.
Save samuelteixeiras/524e68c7a271b0d31bb6bb90c7acb977 to your computer and use it in GitHub Desktop.
successful Notification for docker
curl -X POST \
http://localhost:8080/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