curl --location --request GET 'https://api.inboxkit.com/v1/api/infra-guard/action-items/stats' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"message": "string",
"stats": {
"total": 0,
"critical": 0,
"warning": 0,
"advisory": 0,
"pending": 0,
"resolved": 0
}
}