curl --location --request POST 'http://test-cn.your-api-server.com/app/getSystemInfo'
{
"data": {
"version": "string",
"fullSpace": "string",
"freeSpace": "string",
"systemTime": "string",
"ip": "string",
"mac": "string"
},
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}