Authorization: ********************curl --location --request GET '/api/admin/log_analyzer/stream?client_id¤t_page&end_time&node_app_id&order_id&page_size&protocol&remote_addr&server_port&start_time&status&stream_id&time_sort&upstream_addr' \
--header 'Authorization: <api-key>'{
"code": 0,
"data": {
"current_page": 1,
"items": [
{
"property1": "string",
"property2": "string"
}
],
"page_size": 1,
"total": 0
},
"message": "string"
}