-
-
Save manuelernesto/8ed1c176c6edc2abdf537a0b9c86948a to your computer and use it in GitHub Desktop.
This file contains 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
#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