11 lines
172 B
JSON
11 lines
172 B
JSON
{
|
|
"users": [
|
|
{
|
|
"id": "aaaa",
|
|
"displayName": "Quản Trị 1",
|
|
"email": "admin@gmail.com",
|
|
"password": "123",
|
|
"isAdmin": true
|
|
}
|
|
]
|
|
} |