curl --location --request GET '/api/Reports/OverviewDataReport'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": {
"lastUpdatedDate": "2019-08-24T14:15:22Z",
"reports": [
{
"status": 0,
"statusText": "string",
"totalCount": 0
}
]
}
}