curl --location '/catalog/device-types' \
--header 'Authorization: Bearer <token>'{
"devices": [
{
"type": "av",
"name": "string",
"shortName": "string",
"symbol": "string",
"iconUrl": "string"
}
]
}