10 lines
123 B
JSON
10 lines
123 B
JSON
{
|
|
"users": [
|
|
{
|
|
"id": 1,
|
|
"username": "test",
|
|
"password": "test",
|
|
"token": "123456"
|
|
}
|
|
]
|
|
} |