I have created one front controller in my project in order to receive data from third party webhook (e.g. sendgrid). However, when webhook access this url magento logs below error in debug.log file
Request validation failed for action "Namespace\Modulename\Controller\Email\Index\Interceptor" [] []
Does anyone has idea regarding this? I already gone through couple of stack overflow solutions but it didn't work.
Thanks,