Authorization: Bearer ********************curl --location --request GET '/nettools/listening-ports' \
--header 'Authorization: Bearer <token>'[
{
"listeningPort": {
"host": "10.23.16.51",
"port": 12346,
"protocol": "UDP"
},
"startTime": "2024-08-11 23:07:15"
},
{
"listeningPort": {
"host": "10.23.16.51",
"port": 12345,
"protocol": "UDP"
},
"startTime": "2024-08-11 23:07:14"
}
]