Testing Laravel route that listens for a webhook
问题 Seems like I am missing something here, but I am struggling to implement a test for Laravel that integrates a SendOwl webhook. Here is the doc I am using: https://help.sendowl.com/help/using-web-hooks Note I have already added the route to exclude in VerifyCSRFToken Using ngrok (setting the webhook to go to the ngrok url for local dev) I have confirmed that the controller code is working correctly manually, and the webhook works. What I am stuck on is how to actually implement a test that can