Create multiple cities in bulk

Create multiple cities at once. This endpoint attempts to create all provided cities and returns a summary of successful and failed creations. If some cities fail, the operation continues for the remaining cities. **Returns:** - List of successfully created cities - Count of successes and failures - Error details for any failed city creations **Use Case:** Useful for initial data seeding or migrating city data.

Request

This endpoint expects an object.
citieslist of objectsRequired
Array of cities to create

Response

This endpoint returns an object.
object
OR
object