Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created July 12, 2022 20:30
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 manuelernesto/82ef09558a432e8c639a294fc89e9f69 to your computer and use it in GitHub Desktop.
Save manuelernesto/82ef09558a432e8c639a294fc89e9f69 to your computer and use it in GitHub Desktop.
#input
curl -X POST --location "http://localhost:8080/api/v1/players" \
-H "Content-Type: application/json" \
-d "{
\"name\": \"Leonel Messi\",
\"age\": 35,
\"nationality\": \"Argentina\"
}"
#output
{"id":1,"name":"Leonel Messi","age":35,"nationality":"Argentina"}%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment