Can we get the raw view of the http request's body for POST (not just few fields like user/password, etc)? So when client send create_session.txt is it possible to get the full request body from the adapter instead of only field?

Thanks,