⚠️ Note: Form data uses application/x-www-form-urlencoded. Do NOT mix Form and JSON Body parameters in the same endpoint — use separate endpoints or Body parameters.
✏️ Exercise: Create a form POST endpoint that accepts name, email, and age. Return a summary of the submitted data.