How to Prepare the body of a multipart request in Sprint Boot
Prepare the body of a multipart request, resulting in a MultiValueMap. Parts may be concrete values or via asynchronous types such as Reactor Mono, Flux, and others registered in the ReactiveAdapterRegistry.
This builder is intended for use with the reactive WebClient. For multipart requests with the RestTemplate, simply