Authorization: Bearer ********************
{
"description": "my OMP test (updated2)",
"ip-address": "10.211.55.0/24,127.0.0.1"
}
curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/apikeys/nss_gPGEUWBI' \
--header 'Content-Type: application/json' \
--data-raw '{
"description": "my OMP test (updated2)",
"ip-address": "10.211.55.0/24,127.0.0.1"
}'
{
"code": 0,
"message": "string"
}