{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"name": "张三",
"email": "zhangsan@example.com",
"phone": "13800138000",
"avatar": "https://example.com/avatars/1.jpg",
"status": 1,
"roles": [
"会员"
],
"created_at": "2024-01-01T10:00:00Z"
},
{
"id": 2,
"name": "王教练",
"email": "wang@example.com",
"phone": "13900139000",
"avatar": "https://example.com/avatars/2.jpg",
"status": 1,
"roles": [
"教练"
],
"created_at": "2024-01-01T10:00:00Z"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 100,
"last_page": 7
}
}