curl -L \
--request POST \
--url 'https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/campaigns/{campaignId}' \
--header 'x-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--data '{
"dataCampaignDashboardId": 1,
"name": "text",
"coordinatorUids": [
1
],
"logo": "text",
"description": "text",
"queries": [
{
"name": "text",
"dataset": "text",
"query": "text"
}
],
"links": [
{
"icon": "text",
"name": "text",
"link": "text"
}
],
"datasets": [
"text"
],
"pipelineIds": [
1
],
"projectIds": [
1
]
}'