curl --location --request DELETE 'https://api.plusvibe.ai/api/v1/campaign/delete' \
--header 'x-api-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"workspace_id": "65f3c92d3dbe5dbb35374a9a",
"campaign_id": "6853fa4d7d934a9e2da39846",
"is_archive": "yes",
"is_save_lead_data": "yes"
}'
{
"status": "success"
}