This document is generated by Novitec
Authorization: Bearer ********************
{
"ip_assignment": "DHCP"
}
curl --location --request POST 'http://192.168.0.144/hub/network/ip-assignment' \
--header 'Content-Type: application/json' \
--data-raw '{
"ip_assignment": "DHCP"
}'
{
"message": "IP assignment updated successfully."
}