fix(onboarding): send array body matching backend schema (#142)
The backend expects a bare array [{ fieldId, response }] but the
frontend was sending { responses: [...] }, causing Fastify to reject
with a 400 before the handler runs. Send input.responses instead of
the wrapper object.
authored by