post https://{nurevaDeviceIP}/api/v1/room/profiles
Allows clients to create a new room profile for the device.
NOTE: Only supported for HDL300, Dual HDL300, HDL410, and HDX devices.
Minimum role required: integrator
Example Request Body
{
  "name": "New Profile Name"
}Example Response Body
{
  "profileId": "e6bee02e-7c2b-47df-b68f-aaa79d9d76ac"
}