curl --location --request GET '/v7/meeting_room_levels'{
"data": {
"items": [
{
"has_child": true,
"id": "string",
"name": "string",
"parent_id": "string",
"path": [
"string"
]
}
],
"next_page_token": "string"
},
"code": 0,
"more": {},
"msg": "string"
}