Like this?
> grpcurl -d '{"id": 1234, "tags": ["foo","bar"]}' \ grpc.server.com:443 my.custom.server.Service/Method
https://grpc.io/blog/grpc-with-json/
Like this?
How is that even possible? How could grpcurl know how to translate your request to binary?