curl --location --request PUT '/v1/external/projects' \
--header 'x-client-code;' \
--header 'Content-Type: application/json' \
--data-raw '{
"projectId": "ACME-proj001",
"topic": "ACME-proj001",
"description": "A research initiative focused on the printing industry, including the competitive landscape, key purchase criteria (KPCs), product differentiation, and industry challenges",
"targetDate": "2025-04-01T09:00:00Z",
"clientGeography": "US",
"functions": [
"Strategy",
"Operations",
"Sales",
"Product"
],
"secondaryTopics": [
"Market trends",
"customer acquisition strategies",
"operational efficiencies"
],
"offlimitCompanies": [
"The Tiger Press"
],
"offlimitTopics": [
"Current pricing strategies",
"confidential client lists",
"proprietary processes"
],
"externalRefProjectId": "string",
"targetRespondents": {
"numberOfRespondents": 10,
"minExperienceYears": 5,
"targetGeography": "US",
"archetype": [
"Former Employees of The Dingley Press",
"Current & Former Competitor Employees",
"Customers (Businesses Using Catalog Printing Services)"
],
"targetCompanies": [
"ACME",
"USHA",
"ROGAU"
],
"targetRoles": [
"Strategy",
"Marketing Director",
"Operations Lead"
],
"specificExperts": [
{
"company": "ACME",
"role": "Strategy"
}
]
},
"interview": {
"minWords": 500,
"lengthOfInterview": 900,
"screeningQuestions": [
"Have you worked at The Dingley Press in a strategy, operations, sales, or product role?"
],
"testLink": "https://teamroom.ai/meetingroom/test",
"notes": "string"
},
"status": "Open",
"type": "Survey"
}'