curl --location --request DELETE '/webhooks/3' \
--header 'Accept: application/json' \
--header 'Accept-Language: {{lang}}' \
--header 'Authorization: Bearer <token>'{
"status": "success",
"message": "Webhook deleted successfully.",
"data": null
}