Authorization: ********************curl --location --request GET 'http://perfit-api.test.muke.design/api/client/my-membership-cards' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"message": "success",
"data": [
{
"id": 1,
"membership_card": {
"id": 1,
"name": "月卡",
"type": "monthly",
"price": 299
},
"start_date": "2024-01-01",
"end_date": "2024-01-31",
"remaining_count": null,
"status": 1
}
]
}