There are two services deployed into Kubernetes cluster. Service_1 exposes REST API, and one part of it is the method for file content uploading, so POST request with "Content-Type: multipart/form-data" is used. The sample of real request, which is sending from Service_2 is:There are two services deployed into Kubernetes