Create geofence as checkpoint in pegapp

POST https://api.pegasusgateway.com/geofences

These types of geofences don't draw the areas on the map in PegasusApp, rather they just draw the icon.

Request Body

{"type"=>"Feature", "geometry"=>{"type"=>"Circle", "coordinates"=>[-80.11959, 25.9865], "radius"=>50}, "properties"=>{"name"=>"circle geofence", "visibility"=>"private", "description"=>"circular geofence", "resolution"=>"name", "custom"=>{"$checkpoint"=>true}}}