Skip to content

Instantly share code, notes, and snippets.

@eriirawan
Last active January 14, 2018 09:07
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 eriirawan/c24dd6f28a546d1a83465879d335500c to your computer and use it in GitHub Desktop.
Save eriirawan/c24dd6f28a546d1a83465879d335500c to your computer and use it in GitHub Desktop.
users
[
{
"id": 1,
"name": "Adit",
"email": "adit@gmail.com",
"password": 1234,
"avatar": "https://randomuser.me/api/portraits/men/11.jpg"
},
{
"id": 2,
"name": "Mike",
"email": "mike@gmail.com",
"password": 1234,
"avatar": "https://randomuser.me/api/portraits/men/12.jpg"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment