curl --location --request POST 'https://api.plusvibe.ai/api/v1/email-placement/create/parent-test' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65f3c92d3dbe5dbb35374a9a",
"name": "Q1 2024 Deliverability Test",
"type": "AUTOMATIC"
}'{
"status": 1,
"message": "Test created successfully",
"data": {
"test_id": "65f3c92d3dbe5dbb35374abc",
"name": "Q1 2024 Deliverability Test",
"type": "AUTOMATIC"
}
}