Webhook events are being sent to the wrong route randomly

Hi, I am currently using a webhook on a development zoom app that is subscribed to meeting.started, meeting.ended,meeting.participant_left, meeting.participant_joined events and the webhook seems to be working fine and I have received all the events successfully at least once before, but every once in a while the webhook sends a request to the wrong route.

My webhook url is as follows: <url>/api/callback/zoom/updates, however, every once in a while (maybe 1 in 10 times), it sends it to the webhook url as <url>/, and this causes issues.

Could not find any similar issue so would love any help on this!