ENVIRONMENT=dev go run cmd/main.gogrpcurl -plaintext -d '{"id": "hello"}' localhost:50100 collection.CollectionService/GetCollectioncurl -X GET localhost:8089/v1/collections
curl -X GET localhost:8089/v1/collections/ID_GOES_HERE
curl -X POST -d '{ "name": "new_collection" }' localhost:8089/v1/collectionshttps://github.com/grpc-ecosystem/grpc-gateway#readme
https://github.com/googleapis/googleapis/blob/master/google/api/README.md
https://docs.cloud.google.com/endpoints/docs/grpc/transcoding https://github.com/googleapis/googleapis/blob/7ae842846c3fa71ea909e6ad04d3d0b9b06756e9/google/api/http.proto#L43
https://www.speakeasy.com/openapi/frameworks/grpc-gateway https://github.com/speakeasy-api/speakeasy-grpc-gateway-example