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