I am having issues with reading a POST request been sent as data.
If I use:
auth.session.post(self.__path + self._url, data=data)
and