curl --request DELETE \
--url https://app.sondos-ai.com/api/user/leads/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}Delete a lead from the sondos-ai system
curl --request DELETE \
--url https://app.sondos-ai.com/api/user/leads/{id} \
--header 'Authorization: Bearer <token>'{
"message": "<string>"
}