Reading post request's raw body in NodeJS + Fastify

I am trying to read untouched raw body from request but it seems render internally modifies the body of request before it reaches my service.
It works on my local but does not work when it is deployed in Render.