content-type: application/json
deposit: publicProcedure.input(z.any()).mutation(({ ctx, input }) => { console.log(input); return { input }; }),
{ "result": { "data": { "input": { "hello": "world" } } }}
{ "result": { "data": {} }}