curl --location --request GET '/adminapi/msg/adminMsg/msgTypeArr'
[
{
"catId": 0,
"catName": "string",
"unreadCount": 0,
"child": [
{
"msgType": 0,
"name": "string",
"unreadCount": 0
}
]
}
]