curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/prospects/{prospect_id}/tags \
--header 'Content-Type: application/json' \
--data '
{
"tag_ids": [
"<string>"
]
}
'{
"data": "<unknown>",
"error": "<unknown>",
"message": "<string>",
"status": true
}Add one or more tags to a prospect
curl --request POST \
--url https://v2-nova-api.prod.czmx.in/org/{org_id}/prospects/{prospect_id}/tags \
--header 'Content-Type: application/json' \
--data '
{
"tag_ids": [
"<string>"
]
}
'{
"data": "<unknown>",
"error": "<unknown>",
"message": "<string>",
"status": true
}