Zone Services

I know that it is possible to add zones via the front-end (or via YAML). However, I wish it were possible to add zones through services like this:
zone.add
The goal is to be able to automate zone management. For example, I want that when my car is parked for 5 minutes at some location (not home), I receive a message over the telegram, asking if I want to add this location as a new HA zone (and its name). I did the automation, however, it lacks a service to add a zone! Like this:

service: zone.add
data:
   radius: 100
   latitude: 231234
   longitude: 4.3431
   name: ‘My New Zone’