curl --location --request PATCH 'https://api.plusvibe.ai/api/v1/email-placement/update/parent-test' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "string",
"workspace_id": "string",
"test_id": "65f3c92d3dbe5dbb35374abc",
"name": "string",
"status": "DRAFT",
"send_as_txt": "yes",
"link_checker": "yes",
"is_public": 0,
"start_now": "yes",
"throttle": "AI",
"min_intv": 1,
"st_date": "2024-03-01",
"end_date": "2024-03-31",
"st_time": "09:00",
"end_time": "17:00",
"tz": "America/New_York",
"frequency": "DAILY",
"no_of_week": 1,
"days_of_week": [
"Monday",
"Wednesday",
"Friday"
],
"recipient_config": {
"is_customized": 0,
"max_emails": 1,
"rec_providers": [
{
"recipient_type": "string",
"max_emails": 0
}
]
},
"sender_config": {
"is_customized": 0,
"senders": [
"string"
],
"random_selection": "TAG",
"tags": [
"string"
],
"per_tag": 1,
"per_domain": 1,
"provider": {
"GOOGLE_WORKSPACE": 0,
"MICROSOFT365": 0,
"REGULAR_ACCOUNT": 0
}
},
"content_config": {
"type": "CAMPAIGN",
"random": 0,
"subject": "string",
"body": "string",
"campaign_ids": [
"string"
],
"step": 1,
"variation": "string"
}
}'