TtRPC•Created by rockchalkwushock on 4/21/2023 in #❓-help How does routing work in tRPC especially when using merged routers?
In Postman I had to use:
GET /trpc/user.getUsers
So in your case it would be:
GET /trpc/api.version
Also new to TRPC and unfamiliar with Insomnia, but I hope that helps.