Authorization: Bearer ********************curl --location --request GET 'http://localhost:8080/api/v1/system/version' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"author": "string",
"build_time": "string",
"commit": "string",
"repo": "string",
"subconverter_version": "string",
"version": "string"
},
"message": "success"
}