Last active
April 30, 2020 16:06
-
-
Save adham90/28814931b38827d809be6e6851f572c5 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
{ | |
"payload":{ | |
"first_name":"String", | |
"last_name":"String", | |
"email":"String", | |
"phone":"String", | |
"address":[ | |
{ | |
"city_name":"String", | |
"state_name":"String", | |
"zip_code":"String", | |
"address_line_1":"String", | |
"address_line_2":"String", | |
"longitude":"String", | |
"latitude":"String", | |
"label":"String", | |
"description":"String", | |
"country":"String" | |
} | |
] | |
}, | |
"md5":"if this hash chenged then user has new updated" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment