MaxUserTokens 限制name 长度 ≤ 50unlimited_quota=false 时 remain_quota 必须 ≥ 0 且 ≤ 1_000_000_000 * QuotaPerUnitgroup 若不是 auto / 空,必须是已存在的分组(多分组逗号分隔)curl --location 'https://api.openai-hub.com/api/token/' \
--header 'Authorization: Bearer sk-0ABIEXVjh9****Qckjy' \
--header 'New-Api-User: 1' \
--header 'Content-Type: application/json' \
--data '{
"name": "对接生产环境",
"expired_time": -1,
"remain_quota": 500000,
"unlimited_quota": false,
"model_limits_enabled": true,
"model_limits": "string",
"allow_ips": "string",
"group": "string",
"cross_group_retry": true
}'{
"success": true,
"message": "string"
}