GET
    /scope/call/overview
  
  curl \
 --request GET 'https://sandbox.serchservice.com/api/v1/scope/call/overview'
        Response examples (200)
  
  {
  "status": "100 CONTINUE",
  "code": 42,
  "message": "string",
  "data": {
    "overview": [
      {
        "header": "string",
        "count": "string",
        "feature": "string"
      }
    ],
    "years": [
      42
    ],
    "tip2fixChart": [
      {
        "value": 42,
        "amount": 42.0,
        "color": "string",
        "image": "string",
        "label": "string"
      }
    ],
    "voiceCallChart": [
      {
        "value": 42,
        "amount": 42.0,
        "color": "string",
        "image": "string",
        "label": "string"
      }
    ],
    "tip2fixPerformance": [
      {
        "value": 42,
        "amount": 42.0,
        "color": "string",
        "image": "string",
        "label": "string"
      }
    ]
  }
}