curl --request POST \
--url https://api.callers.ai/campaigns/{campaignId}/update/interestcriteria \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"value": "<string>",
"successCriteria": {
"interested": [],
"notInterested": []
},
"updatedAt": "<string>",
"isReviewed": true
}
'