Skip to content

Instantly share code, notes, and snippets.

@anirban99
Last active April 4, 2021 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anirban99/f98f76f255fc229a7f397566948462e7 to your computer and use it in GitHub Desktop.
Save anirban99/f98f76f255fc229a7f397566948462e7 to your computer and use it in GitHub Desktop.
curl --location --request POST 'http://localhost:8080/employees' --header 'Content-Type: application/json' \
--data-raw '{
"userName":"john.doe",
"firstName":"John",
"lastName":"Doe",
"emailId":"john.doe@gmail.com",
"dayOfBirth":"1997-12-03"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment