Last active
December 22, 2020 11:02
-
-
Save memojja/8de327fe5857ba30e8f19bb01d8c06c2 to your computer and use it in GitHub Desktop.
send post
This file contains hidden or 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 --location --request POST 'localhost:8080/send-email' \ | |
| --header 'Content-Type: application/json' \ | |
| --data-raw '{ | |
| "email": "[email protected]", | |
| "subject": "TEST", | |
| "message": "TEST" | |
| }' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment