Use case
Currently, the query parameters are always sent as URI params, which can be problematic when there are numerous params (or long params)
Describe the solution you'd like
I would like to be able to send the query params in the body of the query instead of the URI.
The server already supports this as shown here ClickHouse/ClickHouse#8842
The client should offer the option to send query parameters and query in a multipart body like shown in the linked issue