Get City List
Base Url : https://api.toggie.com/api
File Server : https://files.toggie.com/{file_name}
Endpoint : /geo/v1/getCityList
Header : {"withCredentials"=>true}
Method : get
query parameters :
{
    "state_id": 348
}
response :
{
    "status": "string",
    "error_type": "string",
    "message": "string",
    "results": [
        {
            "id": 7291,
            "state_id": 348,
            "name": "Dhaka"
        },
        {
            "id": 42849,
            "state_id": 3924,
            "name": "Bloomington"
        }
    ]
}