curl --location --request GET '/adminapi/chat.chatCategory/detail?id=1' \
--header 'token: {{admin-token}}'{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"name": "文案助手",
"sort": 90,
"status": 1,
"image": "http://www.php-kl.localhost/resource/image/adminapi/default/problem01.png",
"create_time": "2023-07-20 10:45:36"
}
}