Get Country List
Base Url : https://api.toggie.com/api
File Server : https://files.toggie.com/{file_name}
Endpoint : /geo/v1/getCountryList
Header : {"withCredentials"=>true}
Method : get
response :
{
    "status": "string",
    "error_type": "string",
    "message": "string",
    "results": [
        {
            "id": 18,
            "code": "BD",
            "name": "Bangladesh"
        },
        {
            "id": 231,
            "code": "US",
            "name": "United States"
        }
    ]
}