Last active
June 17, 2020 10:37
-
-
Save avvensis/7a15160fe895bad1b191e81cef109e06 to your computer and use it in GitHub Desktop.
Demo mock
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
{ | |
"data": [ | |
{ "username": "+77011234567", "password": "test", "name": "Тестовый пользователь", "email": "[email protected]" }, | |
{ "username": "+77771234567", "password": "test2", "name": "Тестовый пользователь 2", "email": "[email protected]" } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment