curl --request POST \
--url https://rest.forestreet.com/v2/discovery/{marketId}/publish \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"pipelineChoices": {
"skipDiscoveryReview": false,
"runReverseGeocoding": true,
"runDunsMapper": true,
"runPeople": true,
"runNews": true,
"runEsg": true,
"runMomentumScore": true,
"runMarketRadar": false,
"runTopicAnalysis": true,
"runPhraseExplorer": true,
"runGenerateFeatureMap": true,
"sendPublishEmail": true
}
}
'