curl --location --request GET 'https://api.inboxkit.com/v1/api/infra-guard/bounce-metrics?uid=&period_days=7' \
--header 'X-Workspace-Id;' \
--header 'Authorization: Bearer <token>'{
"error": false,
"message": "string",
"data": {
"bounceRate": 0,
"totalEmails": 0,
"bouncedEmails": 0,
"hardBounces": 0,
"softBounces": 0,
"status": "healthy",
"thresholds": {
"warning": 0,
"critical": 0
}
}
}