Get cities in a state
POST {{devURL}}{{baseEndpoint}}/state/cities
Request Body
{"country"=>"Nigeria", "state"=>"Lagos"}
RESPONSES
status: OK
{"error":false,"msg":"cities in state Lagos of country Nigeria retrieved","data":["Apapa","Badagry","Ebute Ikorodu","Ejirin","Epe","Ikeja","Lagos","Makoko"]}