{
"data": {
"user": {
"id": "12345",
"name": "Alice Johnson",
"email": "alice@example.com",
"age": "29",
"verified": "true",
"score": 98.0,
"tags": ["admin", "beta"],
"created_at": "2024-01-15T10:30:00Z",
"metadata": "{\"source\": \"oauth\", \"provider\": \"google\"}",
"preferences": null
},
"pagination": {
"page": "1",
"per_page": "25",
"total": "142",
"has_next": "true"
}
},
"status": 200,
"request_id": "req-abc-123-def"
}