Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/admin/members/' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": {
"id": 1,
"user_id": 1,
"name": "张三",
"phone": "13800138000",
"level": "VIP",
"join_date": "2023-05-01",
"membership_cards": [
{
"id": 1,
"name": "月卡",
"type": "monthly",
"status": 1
}
]
}
}