Skip to content

Instantly share code, notes, and snippets.

@farzadshbfn
Last active September 14, 2018 14:20
Show Gist options
  • Save farzadshbfn/9b281e4998487b673584c46ab485430f to your computer and use it in GitHub Desktop.
Save farzadshbfn/9b281e4998487b673584c46ab485430f to your computer and use it in GitHub Desktop.
// 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": "farzad.shbfn@gmail.com",
"is_email_verified": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment