@ou812 do the following. Enable advanced messaging debug by adding this to your .env file
MESSAGING_WEBHOOK_DEBUG=true
run this to apply
php artisan config:cache
Then tail the log. This is a continuous command that you'll need to keep running while trying to send a message.
tail -f...