curl -X POST http://localhost:3000/api/pdf/reporteA \ -H "Content-Type: application/json" \ -d '{ "nombre": "María López", "edad": 30, "fecha": "2025-10-23" }' \ --output reporteA.pdf