Last active
March 23, 2022 23:49
-
-
Save samuelteixeiras/119370feb3eb45cbc48050919ea132ee to your computer and use it in GitHub Desktop.
successfulNotification
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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