{
"status": "success",
"code": 200,
"timestamp": "2026-06-21T10:30:00Z",
"data": {
"user": {
"id": 42,
"username": "tsodev",
"email": "thierry@tsodev.fr",
"active": true,
"premium": false,
"role": "admin",
"scores": {
"reputation": 9842,
"level": 37,
"badges": 12
},
"address": {
"street": "12 rue de la Paix",
"city": "Paris",
"zip": "75001",
"country": "France"
},
"tags": ["rust", "tui", "graphql", "api"],
"devices": [
{
"id": "d-001",
"type": "desktop",
"os": "macOS",
"last_seen": "2026-06-21T09:15:00Z"
},
{
"id": "d-002",
"type": "mobile",
"os": "iOS",
"last_seen": "2026-06-20T22:30:00Z"
}
],
"metadata": null
}
},
"pagination": {
"total": 1,
"page": 1,
"per_page": 10
}
}