Get State List
Base Url : https://api.toggie.com/api
File Server : https://files.toggie.com/{file_name}
Endpoint : /geo/v1/getStateList
Header : {"withCredentials"=>true}
Method : get
query parameters :
{
    "country_id": 18
}
response :
{
    "status": "string",
    "error_type": "string",
    "message": "string",
    "results": [
        {
            "id": 348,
            "country_id": 18,
            "name": "Dhaka"
        },
        {
            "id": 3924,
            "country_id": 231,
            "name": "California"
        }
    ]
}