post https://api.keeptruckin.com/v1/geofences/circular
Create a new circular geofence
Sample Request
{
"name":"alpha",
"category":"Fuel Station",
"radius_in_meters": "75",
"centre_lat": "38.785890",
"centre_lon": "-122.399270",
"status":"active",
"description": "notes of geofence",
"address": "1303 N Collins St, Arlington, TX 76011, USA"
}