13 lines
245 B
JSON
13 lines
245 B
JSON
{
|
|
"users": [
|
|
{
|
|
"email": "test@test",
|
|
"password": "test",
|
|
"joinedAt": "2026-01-30T09:47:19.314Z",
|
|
"username": "Test",
|
|
"bio": "test",
|
|
"avatar": "https://i.pravatar.cc/150?img=12"
|
|
}
|
|
],
|
|
"posts": []
|
|
} |