new_status set to COMPLETED is accepted.curl --location --request POST 'https://api.plusvibe.ai/api/v1/lead/update/status' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65099a0dd96fae8ab61130c0",
"campaign_id": "67838580ef4b6f32e67e7dfc",
"email": "notcontacted@plusvibe.ai",
"new_status": "COMPLETED"
}'{
"status": "success"
}