GET /api/v1/admin/countries
Retrieve a list of countries in alphabetical order.
No authentication required.
{ "data": [ {<country resource>}, ... ] }