curl --location --request POST 'http://test-cn.your-api-server.com/wifiAp/getWifiAp'
{
"data": {
"ssid": "string",
"password": "string",
"band": "string",
"channels": "string",
"channel": "string"
},
"errorMessage": "string",
"errorCode": 0,
"isSuccess": true
}