curl --location --request GET 'https://openapi.suanli.cn/api/billing/get_task_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": [ { "task_id": 0, "task_type": "Deployment", "task_name": "string", "billing_coin": 0, "discount_coin": 0 } ] } }