@kenny sorry for my late reply, I was out this last 4 days
your approach is a little bit icorrect, the body can't be readed always as string
the body can contain binary data that can't be converted to string
everything depends on the content type
you can extend the body-params multimethod and add your own impl for the concrete content types