curl --location --request GET '/adminapi/creation.creationCategory/detail?id=1' \
--header 'token: {{admin-token}}'
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1,
"image": "http://www.php-kl.localhost/resource/image/creation/20230905163155a4a9d9896.png",
"name": "AI工作",
"sort": 2,
"status": 1,
"create_time": "2023-09-05 11:42:47"
}
}