{
"host": "string"
}
curl --location --request POST 'http://test-cn.your-api-server.com/net/testNetwork' \
--header 'Content-Type: application/json' \
--data-raw '{
"host": "string"
}'
{
"data": {
"connected": true,
"time": "string"
},
"errorCode": 0,
"isSuccess": true
}