24 lines
398 B
JSON
24 lines
398 B
JSON
[
|
|
{
|
|
"id": "user-1",
|
|
"nama": "Admin Desa",
|
|
"nomor": "089647037426",
|
|
"roleId": "role-1",
|
|
"isActive": true
|
|
},
|
|
{
|
|
"id": "user-2",
|
|
"nama": "Admin Kesehatan",
|
|
"nomor": "082339004198",
|
|
"roleId": "role-2",
|
|
"isActive": true
|
|
},
|
|
{
|
|
"id": "user-3",
|
|
"nama": "Admin Sekolah",
|
|
"nomor": "085237157222",
|
|
"roleId": "role-3",
|
|
"isActive": true
|
|
}
|
|
]
|