Slack integration error with interactive components

Are we running into the same problem?

There’s something different about the interaction payload:

The payload will be sent to your specified request URL in an HTTP POST. The body of that request will contain a payload parameter. Your app should parse this payload parameter as JSON.

https://api.slack.com/messaging/interactivity#components

Pretty sure @JiteshGaikwad has the answer!