static void patch(String endPoint, String json) { _client.patch(Uri.parse("$_root$endPoint"), body: json); }