use POST
Configures the publish request to use the POST HTTP method instead of GET.
Return
The current instance of PublishBuilder for method chaining.
Parameters
use POST
Boolean indicating whether to use POST (true) or GET (false) for the request. Default is `false`