Vectorizer Go client doesn't work

Related to and more details are in the: Curl localhost:8080/vectorize doesn't work - #2 by DudaNogueira

Go client fails to call vectorizer with 422 Unprocessable Entity.
It seems that it’s lacking to set the Content-Type header, see:

However, after modifying the code with that header adder, I still see the same error.

I am unsure how to proceed with this.

This fixes the issue: Fix vectorizer client. by mindaugasrukas · Pull Request #5171 · weaviate/weaviate · GitHub

Hi! THanks! Our team should review already merged this!

Thanks for your contribution. We really appreciate it!