| Name | Type | Description | |
|---|---|---|---|
| api_key | string | Your API-key | |
| city_id | number(optional) | city_id | |
| is_active | number(optional) | 0 for in active |
{
"api_key" : {{apikey}},
"city_id" : 24,
"is_active" : 0
}curl --location 'https://api.yelo.red/open/city/get' \
--header 'Content-Type: application/json' \
--data '{
"api_key" : {{apikey}},
"city_id" : 24,
"is_active" : 0
}'{}