curl --location 'https://openapi.suanli.cn/api/billing/get_task_billing_record?range=day&start_time=2026-01-01T00%3A00%3A00+08%3A00&end_time=2026-01-02T23%3A59%3A59+08%3A00&page=undefined&page_size=undefined' \ --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 } ] } }