curl --location --request GET '/adminapi/setting.keyPool/detail?id=1' \
--header 'token: {{admin-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"model_id": 1,
"type": 1,
"channel": "openai",
"key": "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",
"appid": "",
"secret": "",
"api": "",
"notice": "",
"status": 1,
"remark": "",
"create_time": "2024-05-24 18:24:54",
"update_time": "2024-05-24 18:24:54"
}
}