Updates the interest criteria of the specified campaign
curl --request POST \ --url https://api.voxia.ai/campaigns/{campaignId}/update/interestcriteria \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "value": "<string>", "updatedAt": "<string>", "isReviewed": true }'
{ "status": "error", "message": "<string>", "data": [ {} ] }
error