Created
May 5, 2021 15:37
-
-
Save david8lumen/0f28ff389f190c4f5a2ec32015f23206 to your computer and use it in GitHub Desktop.
Teachers
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
{ | |
"success": true, | |
"body": [ | |
{ | |
"id": "1", | |
"first_name": "Julia", | |
"last_name": "Green" | |
}, | |
{ | |
"id": "2", | |
"first_name": "Peter", | |
"last_name": "Sheppard" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment