curl --location --request GET 'https://openapi.suanli.cn/api/storage/billing/get_billing_record?range=day&start_time=2026-01-01T00:00:00+08:00&end_time=2026-01-02T23:59:59+08:00&storage_type=ShareStorage&page&page_size' \
--header 'token;' \
--header 'timestamp: 1770194570564' \
--header 'version: 1.0.0'{
"code": "string",
"message": "string",
"data": {
"count": 0,
"results": [
{
"billing_coin": 0,
"discount_coin": 0,
"s3_coin": 0,
"juicefs_coin": 0,
"juicefs_cache_coin": 0,
"flow_coin": 0,
"flow_size": 0,
"start_time": "string",
"end_time": "string"
}
]
}
}