Skip to content

Instantly share code, notes, and snippets.

@manuelernesto
Created July 12, 2022 20:37
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save manuelernesto/8ed1c176c6edc2abdf537a0b9c86948a to your computer and use it in GitHub Desktop.
#input
curl -X GET --location "http://localhost:8080/api/v1/players/1"
#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