curl --location --request GET '/api/creation/detail?id=' \
--header 'token: 59e092db6ec6acbe31669c6b8620ee89'{
    "code": 1,
    "show": 0,
    "msg": "",
    "data": {
        "id": 1,
        "name": "模型模型",
        "image": "http://www.php-gpt.localhost/uploads/images/20230417/20230417144323174801883.jpg",
        "sort": 1,
        "category_id": 1,
        "status": 1,
        "content": "123",
        "tips": "123",
        "create_time": "2023-04-18 16:59:27"
    }
}