export async function GET() { return Response.json({ user: { id: 1, email: 'operator@local.fiscal', name: 'Local Operator', image: null } }); }