Get raw request body in custom controller

When I add to middleware

{
name: ‘strapi::body’,
config: {
includeUnparsed: true,
},

I get error on put/post requests:

error: stream is not readable

What am I doing wrong?