curl --location --request GET 'https://4sapi.com/api/token/search?keyword=&token=&page=&page_size=1' \
--header 'Authorization: token' \
--header 'New-Api-User: id'{
"data": {
"page": 1,
"page_size": 1,
"total": 14,
"items": [
{
"id": 7727,
"user_id": 125259,
"key": "token",
"status": 1,
"name": "veo",
"created_time": 1773905215,
"accessed_time": 1773909592,
"expired_time": -1,
"remain_quota": 2000000,
"unlimited_quota": false,
"model_limits_enabled": false,
"model_limits": "",
"allow_ips": "",
"used_quota": 3000000,
"group": "veo3.1",
"cross_group_retry": false,
"DeletedAt": null
}
]
},
"message": "",
"success": true
}