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