Available fields: phone, email, name, radius, address, postalcode, city, state, country, country_code

REQUEST

POST https://api.hellotracks.com/api/editplace

{
   "data": {
      "radius": 100, // meter
      "uid": "ren06t" // mandatory place uid
   }
}

RESPONSE

{"status":0}