{"message":"Student Response Viewer API","endpoints":{"POST /api/generate-html":{"description":"Generate HTML from form data and application data","body":{"formData":"Array of form sections and fields","applicationData":"Application metadata and user data"},"response":"HTML string"},"GET /health":{"description":"Health check endpoint"}},"example":{"method":"POST","url":"/api/generate-html","body":{"formData":[{"uuid":"step-uuid","title":"Personal Details","sections":[{"uuid":"section-uuid","title":"Basic Details","fields":[{"uuid":"field-uuid","label":"First Name","type":"text","response":[{"value":"John"}]}]}]}],"applicationData":{"programData":{"name":"Tech and Business Management"},"userData":{"name":"John Doe","email":"john@example.com"}}}}}