Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/coach/students?keyword&member_type&per_page=15' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"name": "张三",
"phone": "13800138000",
"avatar": "https://example.com/avatars/1.jpg",
"total_bookings": 10,
"last_booking_date": "2024-01-10"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 50,
"last_page": 4
}
}