curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/lists/{list_id}/prospects \
--header 'Content-Type: application/json' \
--data '
{
"prospect_ids": [
"<string>"
]
}
'{
"affected_count": 123,
"message": "<string>",
"status": "<string>"
}Add multiple prospects to a prospect list (moves if already in another list)
curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/lists/{list_id}/prospects \
--header 'Content-Type: application/json' \
--data '
{
"prospect_ids": [
"<string>"
]
}
'{
"affected_count": 123,
"message": "<string>",
"status": "<string>"
}