in src/server/api/auxiaProxyRouter.ts [261:275]
await callLogTreatmentInteration(
config.apiKey,
config.projectId,
body.browserId,
body.treatmentTrackingId,
body.treatmentId,
body.surface,
body.interactionType,
body.interactionTimeMicros,
body.actionName,
);
res.locals.auxiaTreatmentId = body.treatmentId;
res.locals.auxiaTreatmentTrackingId = body.treatmentTrackingId;
res.locals.auxiaInteractionType = body.interactionType;
res.send({ status: true }); // this is the proxy's response, slightly more user's friendly than the api's response.