{
  "query": "insert into public.track_history (container, requested_by, source, status, data) values ('TEST1234','audit','test','200','{\"json\":{\"ok\":true},\"screenshot\":\"[omitted: screenshot stored only in containers.last_data]\",\"screenshot_format\":\"png\"}'::jsonb); select data->>'screenshot' as screenshot_marker from public.track_history where container='TEST1234' and source='test' order by id desc limit 1; delete from public.track_history where container='TEST1234' and source='test';"
}
