front/stubs/api/auth/users.json

12 lines
151 B
JSON
Raw Normal View History

2024-10-03 21:15:48 +03:00
[
{
"nickname": "Nick",
"password": "1234",
"id": "Nickolaus_SDR"
},
{
"nickname": "User",
"password": "1234",
"id": "id"
}
]