GET /api/v1/country/?format=api&ordering=title
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "id": 2,
        "title": "O'zbekiston",
        "country_code": "uz"
    },
    {
        "id": 1,
        "title": "Rossiya",
        "country_code": "ru"
    }
]