{domain} — the path domain supplies the domain key, so the body only needs srvcode-code. srvcode-item defaults to *. A duplicate key triple returns 409.Authorization: Bearer ********************curl --location 'https://awqacore01.crexendocloud.com/ns-api/v2/domains//servicecode' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"srvcode-code": "system-hotdesk",
"srvcode-item": "subscriber",
"srvcode-description": "Hot-desk user"
}'{
"code": 400,
"message": "Bad request. Missing parameter 'domain'."
}