curl --location 'https://4sapi.com/api/log/self/token_daily/model_preview?token_id=7652&start_timestamp=1773974400&end_timestamp=1774032510' \
--header 'Authorization: {{Access-Token}}' \
--header 'New-Api-User: {{UserName}}'{
"data": {
"top_models": [
{
"model_name": "veo3.1",
"total_cost": 1000000,
"total_count": 2,
"daily_data": {
"1773964800": 1000000
}
}
],
"other_models_summary": {
"count": 0,
"total_cost": 0
},
"has_more": false
},
"message": "",
"success": true
}