Decodes the body into a JSON object.
Future<dynamic> decodeJson( {Object? Function(Object? key, Object? value)? reviver}) async => jsonDecode(await decode(utf8), reviver: reviver);