46 lines
857 B
JSON
Raw Normal View History

2023-11-17 16:53:47 +04:00
{
"users": [
{
"handle": "Oleja122",
"email": "ex@mail.ru",
"password": "123kjk",
"id": 1
},
{
"handle": "Vk1d2004",
"email": "salin_733@mail.ru",
2023-11-19 17:24:01 +04:00
"password": "sag5778",
2023-11-17 16:53:47 +04:00
"id": 2
},
{
"handle": "Spiritum",
"email": "dgorhskov@mail.ru",
"password": "dasdsada",
"id": 3
},
{
"handle": "Prideblack",
"email": "aduvanov@mail.ru",
"password": "bleddestlox",
"id": 5
},
{
2023-11-19 17:24:01 +04:00
"handle": "aboba",
2023-11-17 16:53:47 +04:00
"email": "jediforce82@gmail.com",
2023-11-19 17:24:01 +04:00
"password": "dasdasda",
"id": 6
2023-11-17 17:13:00 +04:00
},
{
2023-11-19 17:24:01 +04:00
"handle": "atHome3",
"email": "salin_733@bebra.ru",
"password": "beba",
"id": 7
2023-11-17 17:13:00 +04:00
},
{
2023-11-19 17:24:01 +04:00
"handle": "ForExample",
2023-11-30 18:21:08 +04:00
"email": "ForExample@mail.ru",
"password": "sdada",
2023-11-19 17:24:01 +04:00
"id": 8
2023-11-17 16:53:47 +04:00
}
]
}