Authorization: Bearer ********************{
"name": "string",
"description": "string",
"zoneIPRanges": "new ArrayList<>()",
"zoneCodes": "new ArrayList<>()",
"deviceAccountUpdateEnabled": true
}curl --location --request PUT '/eims/api/v1/admin/zones/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"zoneIPRanges": "new ArrayList<>()",
"zoneCodes": "new ArrayList<>()",
"deviceAccountUpdateEnabled": true
}'{
"id": "",
"name": "",
"description": "",
"zoneIPRanges": [
{
"startIP": "",
"endIP": ""
}
],
"zoneCodes": [
""
],
"isDefault": false
}