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