curl --location --request GET 'https://api.plusvibe.ai/api/v1/email-placement/get/test-stats?api_key&workspace_id&test_id=65f3c92d3dbe5dbb35374xyz&sender_provider' \
--header 'x-api-key: <api-key>'{
"status": 1,
"message": "string",
"data": {
"summary": {
"inbox_rate": 0,
"spam_rate": 0,
"total_sent": 0
},
"sender_breakdown": [
{
"sender_email": "string",
"inbox_count": 0,
"spam_count": 0,
"inbox_rate": 0
}
]
}
}