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