Middlewares/server frameworks have a tendency of replacing req.body with parsed JSON object. We do not want this behavior as our Webhook receiver needs to validate the raw string body against the `Authorization` header
Middlewares/server frameworks have a tendency of replacing req.body with parsed JSON object. We do not want this behavior as our Webhook receiver needs to validate the raw string body against the `Authorization` header