AddMap
To create a map. The map type has to be one defined in the map json. The bearer is required if you want it to be assigned to a user.
        POST
    /maps/
  
  curl \
 --request POST 'http://api.example.com/maps/?mapname=string&mapdate=string&maptype=Canyon_new'
    
        Response examples (201)
  
  {
  "Success": "string",
  "IdMap": 42,
  "PassMap": "string"
}
        Response examples (400)
  
  string
        Response examples (503)
  
  string