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