Last active
September 14, 2018 14:20
-
-
Save farzadshbfn/9b281e4998487b673584c46ab485430f to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// not registered user | |
"user": { | |
"id": "a_unique_id", | |
"cell_number": "+989354358291", | |
"is_registered": false | |
} | |
// registered user | |
"user": { | |
"id": "a_unique_id", | |
"cell_number": "+989354358291", | |
"is_registered": true, | |
"profile": { | |
"name": "Farzad", | |
"last_name": "Sharbafian", | |
"email": "[email protected]", | |
"is_email_verified": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment