curl --location --request PUT 'https://awqacore01.crexendocloud.com/ns-api/v2/recordings/servers/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"recording-server-id": "Recording-Server2",
"name": "string",
"address": "string",
"contact": "string",
"phone": "string",
"email": "string",
"ccc-ip": "string",
"ccc-port": 0,
"cdc-url": "string",
"cdc-type": "string",
"enabled": "yes",
"enabled-hosts": {
"core1.example.com": "yes",
"core2.example.com": "no"
}
}'