Authorization: ********************{
"area_ids": [
0
],
"level": "L1"
}curl --location --request GET '/api/admin/line_group//node' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"area_ids": [
0
],
"level": "L1"
}'{
"code": 0,
"data": [
{
"area_name": "string",
"id": 0,
"ip": "string",
"level": "L1",
"name": "string",
"selected": true
}
],
"message": "string"
}