x-api-key: ********************curl --location '/v1/placement' \
--header 'x-api-key: <api-key>'{
"status": 200,
"message": "Placement tests fetched successfully.",
"data": [
{
"id": "plt_abc1",
"name": "Q4 Campaign Test",
"status": "completed",
"createdAt": "2025-10-02T15:45:32.267Z",
"report": {
"inboxRate": 87.5,
"spamRate": 12.5,
"healthScore": 78,
"healthLabel": "Good"
}
}
]
}