Create City

This API endpoint is used to create a new city, this request only can be made by user level 0 (Type: Administrator)

Using Ordering SDK

`


const response = await ordering.countries(countryId).citties().save(data);

Language
Authorization
Header
Click Try It! to start a request and see the response here!