Authorization: ********************curl --location --request GET '/api/admin/line_group?current_page&page_size&name&cname&domain_id' \
--header 'Authorization: <api-key>'{
"current_page": 1,
"items": null,
"page_size": 1,
"total": 0,
"data": [
{
"cname": "string",
"count": {
"node_count": 0,
"order_count": 0,
"site_count": 0,
"stream_count": 0
},
"created_at": "string",
"description": "string",
"domain": {
"app_id": "string",
"app_secret": "string",
"created_at": "string",
"domain_name": "string",
"id": 0,
"type": "string",
"updated_at": "string"
},
"domain_id": 0,
"id": 0,
"l2_enable": true,
"l2_type": "string",
"name": "string",
"updated_at": "string"
}
]
}