Hello
{
"data": [
{
"id": 1,
"name": "John Doe",
"email": "john@example.com",
"password": "password123",
"avatar": "https://example.com/avatar/john.png",
"createdAt": "2025-07-16T12:12:26.000Z"
},
{
"id": 2,
"name": "Jane Doe",
"email": "jane@example.com",
"password": "password123",
"avatar": "https://example.com/avatar/jane.png",
"createdAt": "2025-07-16T12:12:26.000Z"
}
],
"pending": false,
"status": "success",
"error": null
}