I need to get the raw content of POST request body (as a string) yet when I try to access request.body I’m getting an exception: I am aware that it is adviced to use request.data instead of request.body when using Django Rest Framework, yet for the purpose of validating digital signature I have to have the request body in a