Postman version 11.12.0
I have a grpc server with reflection enabled. I am able to use it via grpcurl as follows
grpcurl -use-reflection -plaintext localhost:8090 list
xyz.api.ABCService
xyz.api.ABDService
However trying to get the service using server reflection in postman fails with the following