{"aviso":"Esta ruta usa POST. El buscador abre GET, por eso antes veía 'Cannot GET /api/login'.","metodo":"POST","url":"http://127.0.0.1:8086/api/login","cuerpo":"{ \"email\": \"...\", \"password\": \"...\" }","cabeceras":{"Content-Type":"application/json"},"ejemplo_powershell":"Invoke-RestMethod -Uri \"http://127.0.0.1:8086/api/login\" -Method Post -ContentType \"application/json\" -Body '{\"email\":\"usuario@dominio.com\",\"password\":\"***\"}'","ejemplo_curl":"curl.exe -s -X POST http://127.0.0.1:8086/api/login -H \"Content-Type: application/json\" -d \"{\\\"email\\\":\\\"usuario@dominio.com\\\",\\\"password\\\":\\\"***\\\"}\""}