stateId, stateCode, or stateName.searchKey in combination with state identifiers to find specific cities.property) in ascending or descending order (direction).limit) and fetch records after a certain point (since).[property: string]: any.curl --location 'https://staging-service.fintainium.com/api/city/getAllCityByState?stateId=&stateName=&stateCode=&searchKey=&property=name&direction=true&since=0&limit=100'{
"since": 0,
"limit": 100,
"total": 1,
"entries": [
{
"id": 11743,
"name": "Sylvan Beach"
}
]
}