curl --request POST \
--url https://studio.edgeimpulse.com/v1/api/organizations/{organizationId}/create-project/{createProjectId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"transformationParallel": 123,
"emailRecipientUids": [
123
]
}
'