Authorization: Bearer ********************
curl --location -g --request GET '{{base_url}}kpi-report/kpi-count-report-excel/'
{
"success": true,
"data": [
{
"driver_id": 0,
"driver_name": "string",
"packages": [
{
"id": 0
}
]
}
]
}