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