curl --location 'https://api.oraydev.cn/sl/v1/cr/daily_ctrl_times?starttime=&endtime=' \
--header 'Authorization: Bearer <token>'{
"cts": [
{
"count": 7,
"date": "2026-03-25"
},
{
"count": 16,
"date": "2026-03-26"
},
{
"count": 41,
"date": "2026-03-27"
},
{
"count": 45,
"date": "2026-03-30"
},
{
"count": 1,
"date": "2026-03-31"
}
]
}