curl --request "POST" \
     --location "http://localhost:4001/twirp/code.justin.tv.example.haberdasher.Haberdasher/MakeHat" \
     --header "Content-Type:application/json" \
     --data '{"inches": 10}' \
     --verbose
