export const GET = async () => { return Response.json({ message: "Hello API" }); };