{
"startTime": 0,
"endTime": 0,
"intervalType": "TODAY",
"deviceId": 0,
"ifIdx": 0
}curl --location --request POST '/api/portDrop/curveQuery' \
--header 'Content-Type: application/json' \
--data-raw '{
"startTime": 0,
"endTime": 0,
"intervalType": "TODAY",
"deviceId": 0,
"ifIdx": 0
}'{
"code": 0,
"data": [
{
"collectedTime": "",
"deviceId": 0,
"ifIdx": 0,
"dropIn": 0.0,
"dropout": 0.0
}
],
"message": "",
"count": 0,
"currentPage": 0,
"totalPages": 0
}