{}
curl --location --request POST 'http://test-cn.your-api-server.com/wifiControl/getWifiList' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"data": [
{
"ssid": "string",
"security": "string",
"level": 0
}
],
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}