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