Authorization: Bearer ********************curl --location '/catalog/rooms?panelId=undefined' \
--header 'Authorization: Bearer <token>'{
"rooms": [
{
"name": "string",
"type": "hallway",
"iconUrl": "string"
}
]
}