Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/admin/membership-cards' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"name": "月卡",
"type": "monthly",
"price": 299,
"status": 1,
"description": "月卡会员,30天内无限次"
}
],
"meta": {
"current_page": 1,
"per_page": 15,
"total": 8,
"last_page": 1
}
}