in src/client/components/report_actions.tsx [25:29]
mutationFn: async (actionType: string) => { return await jsonPostMutation(report.uuid, "/api/track_action.json", { type: actionType, }); },