keyword 使用 LIKE 模糊匹配 name 字段,匹配 %xxx% 时关键词长度需 ≥ 2。curl --location 'https://api.openai-hub.com/api/token/search' \
--header 'Authorization: Bearer sk-0ABIEXVjh9****Qckjy' \
--header 'New-Api-User: 1'{
"success": true,
"message": "string",
"data": {
"page": 0,
"page_size": 0,
"total": 0,
"items": [
{
"id": 0,
"name": "string",
"key": "string",
"status": 0,
"group": "string",
"remain_quota": 0,
"used_quota": 0,
"unlimited_quota": true,
"expired_time": 0
}
]
}
}