curl --request POST \
--url https://app.narrativebanking.com/api/projects/from_opp \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"insightId": "12001"
}
'{
"projectId": "<string>",
"insightId": "<string>",
"isActive": true
}curl --request POST \
--url https://app.narrativebanking.com/api/projects/from_opp \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"insightId": "12001"
}
'{
"projectId": "<string>",
"insightId": "<string>",
"isActive": true
}