# Read-only ViewSet for country data using Country dataclass. Provides list and retrieve actions like a standard Django model. Endpoint: GET /accounts/countries/{id} Version: 1.0 Security: Bearer ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `name` (string) - `alpha_2` (string) - `alpha_3` (string) - `numeric` (string) - `official_name` (string,null) - `flag` (string,null)