curl --location --request POST 'http://api.bbs.sunding.cn/sd/api/user/user/activate-vip' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"vipPlan": "string"
}'{
"code": 200,
"data": {
"balance": 0,
"createdAt": 0,
"displayBalance": "string",
"displayCreatedAt": "string",
"displayExpiredAtAfter": "string",
"displayExpiredAtBefore": "string",
"displayUpdatedAt": "string",
"expiredAtAfter": 0,
"expiredAtBefore": 0,
"id": 0,
"status": 0,
"updatedAt": 0,
"userId": 0,
"vipPlan": "string"
},
"execTime": 0,
"msg": "操作成功"
}