17 lines
386 B
JSON
17 lines
386 B
JSON
|
{
|
|||
|
"users": [
|
|||
|
{
|
|||
|
"id": 1,
|
|||
|
"name": "Никита",
|
|||
|
"surname": "Потапов",
|
|||
|
"birthday": "17.02.2003",
|
|||
|
"city": "г. Ульяновск",
|
|||
|
"avatarImg": null,
|
|||
|
"username": "ns.potapov",
|
|||
|
"password": "123456",
|
|||
|
"isAdmin": true,
|
|||
|
"status": null
|
|||
|
}
|
|||
|
]
|
|||
|
}
|