x-api-key: ********************{
"acctId": "string",
"devId": "string",
"startDate": "stringstringst"
}curl --location --request POST '/fencealerts/geo-fencealerts' \
--header 'token;' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"acctId": "string",
"devId": "string",
"startDate": "stringstringst"
}'{
"status": 0,
"data": [
{
"devId": "string",
"acconTime": 0,
"fenceId": 0,
"tmTime": 0,
"alertAction": 0,
"fenceName": "string"
}
]
}