Unable to modify Request Body in Middleware for Entity Creation strapi v4

Any Updates on the subject?
I am trying myself to simply append the user in the request via a middleware
I have also attempted the approaches and simply the updated ctx is not being forwarded in the controller.

My Temp solution is applying the logic in the controller, but its something i want to re-use all over my project.