Authorization: Bearer ********************curl --location --request GET 'https://ckbapi.quwanzhi.com/v1/store/flow-packages/remaining-flow' \
--header 'Authorization: Bearer <token>'{
"data": {
"packageName": "标准套餐",
"remainingFlow": 85,
"totalFlow": 150,
"flowPercentage": 56.7,
"remainingDays": 27,
"totalDays": 90,
"timePercentage": 30,
"expireTime": "2025-04-24",
"startTime": "2025-01-24"
},
"code": 200,
"msg": "获取成功"
}