Country List
GET /api/v1/country/?format=api
[
{
"id": 2,
"title": "O'zbekiston",
"country_code": "uz"
},
{
"id": 1,
"title": "Rossiya",
"country_code": "ru"
}
]
GET /api/v1/country/?format=api
[
{
"id": 2,
"title": "O'zbekiston",
"country_code": "uz"
},
{
"id": 1,
"title": "Rossiya",
"country_code": "ru"
}
]