curl --location -g --request GET '/api/web/content/v1/content/detail?id&_weiran_secret={{weiran-secret}}' \
--header 'x-os: {{x-os}}' \
--header 'x-id: {{x-id}}' \
--header 'Authorization: Beare {{_token}}' \
--header 'x-type: user'{
    "code": 1,
    "message": "string",
    "data": {
        "title": "string",
        "author": "string",
        "create_at": "string",
        "content": "string",
        "cat_title": "string",
        "prev": {
            "data": {
                "path": "string",
                "slug": "string",
                "title": "string",
                "id": 0
            }
        },
        "next": {
            "data": {
                "path": "string",
                "slug": "string",
                "title": "string",
                "id": 0
            }
        }
    }
}