{ "address": "string", "net_mask": "string", "ssid": "string", "gateway": "string" }
curl --location --request POST 'http://192.168.3.196:5000/setDeviceIP' \ --header 'Content-Type: application/json' \ --data-raw '{ "address": "string", "net_mask": "string", "ssid": "string", "gateway": "string" }'
{}