curl --location --request GET 'https://api.inboxkit.com/v1/api/infra-guard/stats' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"message": "string",
"stats": {
"protected_count": 0,
"active_count": 0,
"past_due_count": 0,
"monthly_total": 0,
"healthy_count": 0,
"warning_count": 0,
"critical_count": 0,
"ipt_enabled_count": 0,
"total_ipt_tests": 0,
"last_check_time": "2019-08-24T14:15:22.123Z",
"active_alerts": 0,
"price_per_domain": 0
}
}