export default defineWrappedResponseHandler((event) => { return { hello: "aa", users: [ { id: 1, name: "aaa", email: "aaa", age: 23, } ] } })