Created
April 11, 2018 13:26
-
-
Save hawz/a270d5d54382076a3260ccabd546e3bd 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
{ | |
"id" : 2, | |
"userName" : "John.Doctor", | |
"fullName" : "John Doctor", | |
"uuid" : null, | |
"roles" : [ "doctor" ], | |
"permissions" : null, | |
"email" : "fake embedded email", | |
"telephoneNumber" : "fake embedded telephoneNumber", | |
"ward" : "fake embedded ward", | |
"token" : "eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIyIiwiaXNzIjoiVG9rZW5TZXJ2aWNlIiwiZXhwIjoxNTIzNDUzMTcyLCJ1c2VybmFtZSI6IkpvaG4uRG9jdG9yIiwidXVpZCI6IjVkZDYzNDgyLTU4YmUtNDA3Ny1hYTRmLWRhOGM0ZDc4YTgxYSIsImZ1bGxuYW1lIjoiSm9obiBEb2N0b3IiLCJyb2xlcyI6WyJkb2N0b3IiXX0.eLI5WGSOzflduwtxSYLoSxJubeCD4s27dyAv-8mKCiw", | |
"username" : "John.Doctor" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment