mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-16 21:22:59 +05:30
17 lines
354 B
JSON
17 lines
354 B
JSON
{
|
|
"account1": {
|
|
"id": "7",
|
|
"username": "SleepWalker",
|
|
"email": "danilenkos@auroraglobal.com",
|
|
"login": "SleepWalker",
|
|
"password": "qwer1234"
|
|
},
|
|
"account2": {
|
|
"id": 102,
|
|
"username": "test",
|
|
"email": "admin@udf.su",
|
|
"login": "test",
|
|
"password": "qwer1234"
|
|
}
|
|
}
|