GET /address/country_user_list_view/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 1,
        "value": "IN",
        "country_name": "India",
        "country_code": "IN",
        "icon": "https://kavishalalab.s3.ap-south-1.amazonaws.com/country/IN/imresizer-1723665840504.jpg"
    }
]