Skip to content

Instantly share code, notes, and snippets.

@memojja
Last active December 22, 2020 11:02
Show Gist options
  • Save memojja/8de327fe5857ba30e8f19bb01d8c06c2 to your computer and use it in GitHub Desktop.
Save memojja/8de327fe5857ba30e8f19bb01d8c06c2 to your computer and use it in GitHub Desktop.
send post
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