Authorization: ********************{
"name": "季卡",
"type": "duration",
"duration_days": 90,
"price": 799,
"description": "季度会员卡,含基础课程不限次数"
}curl --location --request POST 'http://perfit-api.test.muke.design/api/admin/membership-cards' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "季卡",
"type": "duration",
"duration_days": 90,
"price": 799,
"description": "季度会员卡,含基础课程不限次数"
}'{
"code": 200,
"message": "会员卡创建成功",
"data": {
"id": 5
}
}