curl --location --request GET 'https://api.oraydev.cn/sl/v1/tags/traverse?offset&limit' \
--header 'Authorization: Bearer <token>'{
    "tags": [
        {
            "depth": 0,
            "name": "string",
            "parent_id": 0,
            "path": "string",
            "remote_ids": [
                0
            ],
            "remote_num": 0,
            "tag_id": 0,
            "user_id": 0
        }
    ],
    "total": 0
}