curl --location --request GET 'https://4sapi.com/api/token/' \
--header 'Authorization: token' \
--header 'New-Api-User: 126638'{
"data": {
"page": 1,
"page_size": 1,
"total": 1,
"items": [
{
"id": 7652,
"user_id": 126638,
"key": "token",
"status": 1,
"name": "星漫小馆",
"created_time": 1773887857,
"accessed_time": 1773887857,
"expired_time": -1,
"remain_quota": 0,
"unlimited_quota": true,
"model_limits_enabled": false,
"model_limits": "",
"allow_ips": "",
"used_quota": 0,
"group": "veo3.1",
"cross_group_retry": false,
"DeletedAt": null
}
]
},
"message": "",
"success": true
}