Get Accepted Currency List
Base Url : https://api.toggie.com/api
File Server : https://files.toggie.com/{file_name}
Endpoint : /hotel/v1/getHotelCurrency
Header : {"withCredentials"=>true}
Method : get
response :
{
    "status": "string",
    "error_type": "string",
    "message": "string",
    "results": [
        {
            "id": "int",
            "name": "string",
            "symbol": "string",
            "code": "string"
        },
        {
            "id": "int",
            "name": "string",
            "symbol": "string",
            "code": "string"
        }
    ]
}