Creates a new place object at the given latitude and longitude.Before creating a place you need to query GET geo/similar_places with the latitude, longitude and name of the place you wish to create. The query will return an array of places which are similar to the one you wish to create, and a token. If the place you wish to create isn't in the returned array you can use the token with this method to create a new one.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.twitter.com/1.1/geo/places.json'