Decode request body from bytes to unicode.
Pass unicode to json.loads. (#428) In python2 there was auto-coercion happening here but in python3 we need to pass in unicode and requests body is bytes.
Pass unicode to json.loads. (#428) In python2 there was auto-coercion happening here but in python3 we need to pass in unicode and requests body is bytes.