curl --location --request GET '/adminapi/setting.KeyPool/detail?id=1' \
--header 'token: {{adminToken}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"type": 1,
"channel": "gpt3.5",
"key": "1111",
"appid": "",
"secret": "",
"notice": null,
"status": 0,
"create_time": "2023-11-27 16:40:20",
"update_time": "2023-11-27 16:40:20"
}
}