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

{
    "country_code": "US",
    "is_from_uk": false,
    "default_currency": "USD"
}