curl --location --request GET 'http://prod-cn.your-api-server.com/api/membership/center?id=e482e968-28ed-4e86-97b1-11c9d7088701' \
--header 'Authorization: Bearer {{token}}'{
"code": 0,
"message": "string",
"data": {
"user": {
"id": "string",
"userNo": "string",
"username": "string",
"avatar": "string",
"power": 0
},
"plans": [
{
"id": "string",
"name": "string",
"durationConfig": 0,
"duration": {
"unit": "string",
"value": 0
},
"billing": [
{
"label": "string",
"status": true,
"levelId": "string",
"salesPrice": 0,
"originalPrice": 0,
"level": {
"id": "string",
"createdAt": "string",
"updatedAt": "string",
"name": "string",
"givePower": 0,
"status": true,
"sort": 0,
"description": "string",
"benefits": [
{
"icon": "string",
"content": "string"
}
]
}
}
],
"levelCount": 0,
"status": true,
"sort": 0
}
]
},
"timestamp": 0
}