Authorization: Bearer ********************curl --location --request GET 'http://localhost:8080/api/v1/system/info' \
--header 'Authorization: Bearer <token>'{
"code": 200,
"data": {
"cpu_percent": 0,
"download_bytes": 0,
"memory_used": 0,
"start_time": "string",
"upload_bytes": 0
},
"message": "success"
}