curl --location --request GET '/api/alarm_group/query/?os_id=&ct_user_id=&page=&page_size=&keyword=&alarm_group_id='
{
"errcode": "string",
"errstatus": 0,
"msg": "string",
"mark": "string",
"current_count": 0,
"previous": null,
"next": null,
"total_count": 0,
"results": [
{
"id": 0,
"create_time": "string",
"update_time": "string",
"order_time": null,
"name": "string",
"user": [
"string"
]
}
]
}