curl --location --request GET '/adminapi/setting.KeyPool/detail?type=2' \
--header 'token: {{admin-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 2,
"type": 1,
"model": "gpt3.5",
"key": "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",
"status": 0,
"notice": "\"key账号被封。This key is associated with a deactivated account. If you feel this is an error, contact us through our help center at help.openai.com.\"",
"create_time": "2023-08-18 09:54:21",
"update_time": "2023-08-21 09:47:55",
"delete_time": null
}
}