nav2/stubs/json/users/success.json

44 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2025-01-14 18:28:30 +03:00
{
"success": false,
2025-01-24 16:42:55 +03:00
"body": [
{
2025-01-14 18:28:30 +03:00
"id": "some-user-id",
"name": "alexandr",
2025-01-17 09:22:59 +03:00
"age": 38,
2025-01-14 18:28:30 +03:00
"surname": null,
"email": null,
2025-01-15 09:24:56 +03:00
"rated": 4,
2025-01-14 18:28:30 +03:00
"avatar": "https://www.gravatar.com/avatar/6529e885535ef67a3fad810ad71167c2c03f79480936e9b3a714731753cbb47e?d=robohash",
"friends": [
{
"id": "2",
"name": "not alexandr",
"surname": null,
"email": null,
"rated": 2,
"avatar": "https://www.gravatar.com/avatar/6e?d=robohash"
}
]
},
2025-01-24 16:42:55 +03:00
{
2025-01-14 18:28:30 +03:00
"id": "2",
"name": "not alexandr",
"surname": null,
"email": null,
2025-01-17 09:22:59 +03:00
"age": 24,
2025-01-15 09:24:56 +03:00
"rated": 5,
2025-01-14 18:28:30 +03:00
"avatar": "https://www.gravatar.com/avatar/6e?d=robohash",
"friends": [
{
"id": "some-user-id",
"name": "alexandr",
"surname": null,
"email": null,
"rated": 3,
"avatar": "https://www.gravatar.com/avatar/6529e885535ef67a3fad810ad71167c2c03f79480936e9b3a714731753cbb47e?d=robohash"
}
]
}
2025-01-24 16:42:55 +03:00
]
2025-01-14 18:28:30 +03:00
}