curl --location --request GET 'http://127.0.0.1:18111/biz/version/list?id=&name=&type=&description=¤tVersion=&scripts=&remark=' \
--header 'Authorization: Bearer '
{
"total": 0,
"rows": [
{
"id": 0,
"name": "string",
"type": 0,
"description": "string",
"currentVersion": "string",
"scripts": "string",
"remark": "string",
"version": "string"
}
],
"code": 0,
"msg": "string"
}