x-api-key: ********************
{
"devId": "string",
"startDate": "stringst",
"endDate": "stringst"
}
curl --location --request POST '/alerts/summary' \
--header 'token;' \
--header 'Content-Type: application/json' \
--header 'x-api-key;' \
--data-raw '{
"devId": "string",
"startDate": "stringst",
"endDate": "stringst"
}'
{
"status": 0,
"data": {
"highSpeed": 0,
"highRpm": 0,
"idling": 0,
"hardAcceleration": 0,
"hardBraking": 0,
"sharpTurn": 0,
"dtc": 0,
"engineHighTemp": 0,
"lowBatteryVoltage": 0,
"panicTimes": 0,
"devicePlugUnplug": 0
}
}