GET
    /scope/account/analysis/more/{year}
  
  curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/scope/account/analysis/more/{year}'
        Response examples (200)
  
  {
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": [
    {
      "section": "string",
      "demographics": [
        {
          "value": 42,
          "amount": 42.0,
          "color": "string",
          "image": "string",
          "label": "string"
        }
      ],
      "geographics": [
        {
          "value": 42,
          "amount": 42.0,
          "color": "string",
          "image": "string",
          "label": "string"
        }
      ],
      "activities": [
        {
          "value": 42,
          "amount": 42.0,
          "color": "string",
          "image": "string",
          "label": "string"
        }
      ],
      "overview": [
        {
          "value": 42,
          "amount": 42.0,
          "color": "string",
          "image": "string",
          "label": "string"
        }
      ],
      "states": [
        {
          "value": 42,
          "amount": 42.0,
          "color": "string",
          "image": "string",
          "label": "string"
        }
      ],
      "categories": [
        {
          "value": 42,
          "amount": 42.0,
          "color": "string",
          "image": "string",
          "label": "string"
        }
      ],
      "countries": [
        {
          "content": "string",
          "colors": [
            "string"
          ],
          "label": "string",
          "value": 42.0
        }
      ]
    }
  ]
}